Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 711 Bytes

File metadata and controls

41 lines (24 loc) · 711 Bytes

Keyzer

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!

Tech Stack

App: Node, Typescript

Installation

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

Authors