1.0.1 • Published 2 years ago
pgp-generate v1.0.1
PGP-generate (pgpg)
Simple CLI tool to generate PGP keys pair.
Installation
npm i -g pgp-generate
Usage
Run for details:
pgpg --helpGenerate key to files {fileName}.private and {fileName}.public:
pgpg -n {name} -e {email} -p {secret phrase} -f {path to file}Generate key to console:
pgpg -n {name} -e {email} -p {secret phrase} -f {path to file} --printAdditional parameters:
-l, --level: key security level (0, 1, 2, 3), default is 3 (key with 4096 length will be generated)
Contribution
Feel free to copy and use this version. Let me know if you need any further modifications!
1.1.0
2 years ago
1.0.1
2 years ago
1.0.6-beta
2 years ago
1.0.7-beta
2 years ago
1.0.4-beta
2 years ago
1.0.1-beta
2 years ago
1.0.2-beta
2 years ago
1.0.5-beta
2 years ago
1.0.3-beta
2 years ago
1.0.0-beta
2 years ago
1.0.0
2 years ago