The main uses for this script is to encrypt bitcoin. This is useful for bitcoin paper backup when storing the 12-words phrase. This is more secure because your 12-word phrase isn't in plain text.
- Encrypt sentences with password
- Sends encrypted sentences to a qrcode
- Can decrypt qrcode sentences with password
git clone https://github.com/gun4qmm7h/QRCode-Backup.git
cd QRCode-Backup
pip3 install -r requirement.txt
Once you run all the commands, run main.py
This script was inspired by sunknudsen project: qr-backup