pgp-generate

1.0.1 • Public • Published

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} --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!

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.10latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.10
1.0.7-beta0
1.0.6-beta0
1.0.5-beta0
1.0.4-beta0
1.0.3-beta0
1.0.2-beta0
1.0.1-beta0
1.0.0-beta0

Package Sidebar

Install

npm i pgp-generate

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

6.17 kB

Total Files

3

Last publish

Collaborators

  • borbiuk