Ever wanted to store your wallet's seed phrase in some password manager but had doubts about the application's security? Look no further 🔐
Encrypt your seed phrase using any 8+ character keyword and securely save it in your password manager. This way, even if someone grabs a hold of your password manager, they won't be able to decrypt your seed phrase without the encryption key.
When the time comes, just insert the encrypted seed phrase you saved to your password manager and insert the keyword which you used to encrypt the seed phrase. If everything went smoothly, you'll be presented with your seed phrase fully decrypted.
npx seed-phrase-hasher
Follow the instructions in the CLI application.
Clone the project
git clone https://github.com/Petar-CV/seed-phrase-hasher
Go to the project directory
cd seed-phrase-hasher
Install dependencies
npm install
Start the CLI application in either development or production mode
npm run start:prod # production mode
npm run dev # development mode
Follow the instructions in the CLI application.