Skip to content

sebastiaoteixeira/HDPasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hierarchical-Deterministic Password Generator

HDPasswordGenerator is a password generator and manager that offers a solution for recovering passwords on another machine if they are lost. The technique used for this is based on the bip32 and bip39 standards used in cryptocurrency wallets (described below) for the generation of deterministic and hierarchical keys.

Installation

Compatibility

UNIX-like systems

Install

# Clone repository from github (--recursive is required to include submodules)
git clone https://github.com/sebastiaoteixeira/HDPasswordGenerator.git --recursive
cd HDPasswordGenerator

# Install Dependencies
sudo apt install sqlite3 sqlcipher libsqlcipher0 libsqlcipher-dev
pip install -r requirements.txt

# Install HDPasswordGenerator
sudo python3 setup.py install

Run

hdpassgenerator

Credits

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages