Petar-CV / seed-phrase-hasher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seed phrase hasher ⛓️

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.


📜 Licence and Codefactor 📜


MIT     CodeFactor


📚 How to use 📚

Run the application using the published NPM package

  npx seed-phrase-hasher

Follow the instructions in the CLI application.

Run the application locally in development or production mode

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.


🔧 Languages and tools 🔨


NodeJS     TypeScript     NPM

About

License:MIT License


Languages

Language:TypeScript 89.3%Language:JavaScript 10.7%