@@ -66,26 +66,22 @@ KwYgW8gcxj1JWJXhPSu4Fqwzfhp5Yfi42mdYmMa4XqK7NJxXUSK7
66
66
## Help
67
67
68
68
``` shell
69
- encrypt38 1.1.6
70
69
Insert encrypted, hexadecimal or wif private key and passphrase to decrypt or
71
70
encrypt accordingly. Insert only passphrase to create an encrypted private key
72
71
using elliptic curve multiplication (and pseudo-random number generation).
73
72
74
- USAGE:
75
- encrypt38 [FLAGS] [OPTIONS] -p < passphrase> [PRIVATE_KEY]
73
+ Usage: encrypt38 [OPTIONS] -p < passphrase> [PRIVATE_KEY]
76
74
77
- FLAGS:
78
- -h, --help Prints help information
79
- -u, --uncompressed Encrypted private key to generate uncompressed address
80
- -V, --version Prints version information
81
- -v, --verbose Show possible address and public key when decrypting
75
+ Arguments:
76
+ [PRIVATE_KEY] Hexadecimal, wif or encrypted private key
82
77
83
- OPTIONS:
84
- -p < passphrase> Used to encrypt and decrypt the private key (required)
85
- -s < separator> Specify character (or string) to separate verbose result
86
-
87
- ARGS:
88
- < PRIVATE_KEY> Hexadecimal, wif or encrypted private key
78
+ Options:
79
+ -s < separator> Specify character (or string) to separate verbose result
80
+ -p < passphrase> Used to encrypt and decrypt the private key (required)
81
+ -u, --uncompressed Encrypted private key to generate uncompressed address
82
+ -v, --verbose Show possible address and public key when decrypting
83
+ -h, --help Print help
84
+ -V, --version Print version
89
85
```
90
86
91
87
## Installation
0 commit comments