Python prototype of biometric private key recovery system (for blockchain and other decentralized protocols).
https://www.notion.so/Matrix23-Info-Sheet-f2777f50a6d446b2a61692b64d53a528
1.Install dependencies:
$ pip3.7 install fuzzy-extractor
$ pip3.7 install TripleSec
$ pip3.7 install ipfsapi
2.Clone the repo and run Prototype.py with Python3 (or PrototypeWithIPFS.py if you want IPFS functionality)
3.Follow the instructions ;)
Currently using https://github.com/carter-yagemann/python-fuzzy-extractor and https://github.com/keybase/python-triplesec