kmilodenisglez / web3cli_private_key_encrypt

cli to encrypt a private key (pvk) using web3 keystore v3 standard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cli or wallet cli (generate cipher private key)

cli to encrypt a private key (pvk) using web3 keystore v3 standard.

Install dependencies

npm i

To encrypt the pvk run:

node .\bin\app.js wallet the_private_key the_password

Example:

node .\bin\app.js wallet 0x3f04bc802065ce300ca91f526127a12cf24e04a9cf2aef68f8758921d1f71d97

The output is saved in ./result.txt

About

cli to encrypt a private key (pvk) using web3 keystore v3 standard

License:GNU Lesser General Public License v2.1


Languages

Language:JavaScript 100.0%