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.
UNIX-like systems
# 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
hdpassgenerator