You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Python script allows you to create mnemonic phrases and continuously saves them in the seed.txt file. After every 100 generated mnemonic phrases, a message is shown asking the user if they want to continue.
Command-line tool that implements BIP38 to encrypt and decrypt Bitcoin private keys with passphrase protection. Generates WIF keys, SegWit addresses, and intermediate codes for two-factor key creation.
BIP38 is a standard process to encrypt Bitcoin and crypto currency private keys that is less susceptible to brute force attacks thus protecting the user.