pgp-cli:用于加密和解密openpgp消息的简单CLI工具

时间:2024-05-07 03:41:29
【文件属性】:

文件名称:pgp-cli:用于加密和解密openpgp消息的简单CLI工具

文件大小:31KB

文件格式:ZIP

更新时间:2024-05-07 03:41:29

JavaScript

pgp-cli pgp-cli是一个简单的跨平台cli工具,用于加密和解密openpgp消息。 当前支持的功能有: 加密消息 解密消息 生成密钥对(不适用于cli) 正在安装 用作库运行: npm install pgp-cli --save 用作cli工具运行: npm install pgp-cli --global 用法 CLI用法: pgp-cli.js Commands: pgp-cli.js encrypt encrypts the file with given public key pgp-cli.js decrypt decrypts the file with given private key Options: --version Show version number


【文件预览】:
pgp-cli-main
----src()
--------constants.js(495B)
--------pgp.util.js(4KB)
----examples()
--------decrypt.js(595B)
--------generate-key.js(934B)
--------index.js(776B)
--------encrypt.js(523B)
----.travis.yml(112B)
----LICENSE(34KB)
----test()
--------data()
--------pgp.util.test.js(7KB)
----README.md(3KB)
----docs()
--------DEFINITIONS.md(4KB)
----.gitignore(2KB)
----index.js(149B)
----bin()
--------pgp-cli.js(2KB)
----CHANGELOG.md(188B)
----package.json(1KB)

网友评论