Skip to content

skatromb/paranoid-seed-phrase-generator

 
 

Repository files navigation

BIP39-compliant 24 word seed phrase generator for crypto wallets.

Based on the Python package mnemonic

You can run it locally on your machine with run.sh or on an internet isolated docker container with run_in_docker.sh

The script will create a words.txt file with the seed phrase in the output folder. It will then ask you for a password to create an encrypted words.zip file, which you may want to back up somewhere.

About

Make 24-words BIP39 seed phrase in a secure way on your local machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.6%
  • Dockerfile 26.2%
  • Shell 24.2%