encrypt38

Command line tool to encrypt and decrypt bitcoin private keys with bip-0038 standard.

Basic usage

console $ encrypt38 -p Satoshi KwYgW8gcxj1JWJXhPSu4Fqwzfhp5Yfi42mdYmMa4XqK7NJxXUSK7 6PYLtMnXvfG3oJde97zRyLYFZCYizPU5T3LwgdYJz1fRhh16bU7u6PPmY7

console $ encrypt38 -p Satoshi 6PYLtMnXvfG3oJde97zRyLYFZCYizPU5T3LwgdYJz1fRhh16bU7u6PPmY7 09c2686880095b1a4c249ee3ac4eea8a014f11e6f986d0b5025ac1f39afbd9ae KwYgW8gcxj1JWJXhPSu4Fqwzfhp5Yfi42mdYmMa4XqK7NJxXUSK7

Disclaimer

Features

Help

```shell encrypt38 1.1.6 Insert encrypted, hexadecimal or wif private key and passphrase to decrypt or encrypt accordingly. Insert only passphrase to create an encrypted private key using elliptic curve multiplication (and pseudo-random number generation).

USAGE: encrypt38 [FLAGS] [OPTIONS] -p [PRIVATE_KEY]

FLAGS: -h, --help Prints help information -u, --uncompressed Encrypted private key to generate uncompressed address -V, --version Prints version information -v, --verbose Show possible address and public key when decrypting

OPTIONS: -p Used to encrypt and decrypt the private key (required) -s Specify character (or string) to separate verbose result

ARGS: Hexadecimal, wif or encrypted private key ```

Installation

You have to install rust and a linker if you don't already have them.

shell $ cargo install encrypt38