A simple and secure converter that translates 256-bit hexadecimal bitcoin private key to WIF key (Wallet Import Format).
Putting your private key on online sites can be a mistake, you never know if they store your key, so be careful! This tool is completely offline, to ensure your safety. You can check the source code anytime!
App: Node, Typescript
Clone the project
git clone https://github.com/hitalloazevedo/hashconverter
Go to the project directory
cd hashconverter
Install dependencies
npm install
Run the project
npm start