Step 1:
Install Kivy (required for the UI), clone and run from github :
git clone [email protected]:inuitwallet/bippy.git
cd bippy
kivy bippy.py
To encrypt your electrum seed :
- Type your seed into the "private key" field. Observe how Bippy detects that a seed has been entered
- Choose a passphrase
- Press "Encrypt"
It will generate a nice encrypted key that start with "SeedE" , something like SeedER4sSM6VLmmDB6Ftu3wNSt483iXw17bJxu3nvQ6qTNsrx2bo7Nnw4zdD
Now you can use that very same code to place an order on http://woodwallets.io . Feel free to get private only side or public+private.
This afternoon I will play with electrum logo instead of the "BTC" logo on wood .
To decrypt your encrypted electrum seed :
- Type the encrypted seed into the "private key" field.
- Enter your encryption a passphrase
- Press "Decrypt"
here a preview !
For technical details, wait for Sam