1.0.1 • Published 1 year ago

pgp-generate v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

PGP-generate (pgpg)

Simple CLI tool to generate PGP keys pair.

Installation

npm i -g pgp-generate

Usage

Run for details:

pgpg --help

Generate 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} --print

Additional 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

1 year ago

1.0.1

1 year ago

1.0.6-beta

1 year ago

1.0.7-beta

1 year ago

1.0.4-beta

1 year ago

1.0.1-beta

1 year ago

1.0.2-beta

1 year ago

1.0.5-beta

1 year ago

1.0.3-beta

1 year ago

1.0.0-beta

1 year ago

1.0.0

1 year ago