https://github.com/neoatlantis/scutum
A stateless OpenPGP command line (CLI) tool on NodeJS, based on openpgp.js
https://github.com/neoatlantis/scutum
cli nodejs openpgp openpgpjs stateless
Last synced: 2 months ago
JSON representation
A stateless OpenPGP command line (CLI) tool on NodeJS, based on openpgp.js
- Host: GitHub
- URL: https://github.com/neoatlantis/scutum
- Owner: neoatlantis
- License: gpl-3.0
- Created: 2020-05-24T15:26:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T12:18:01.000Z (over 4 years ago)
- Last Synced: 2025-10-13T10:16:04.829Z (8 months ago)
- Topics: cli, nodejs, openpgp, openpgpjs, stateless
- Language: JavaScript
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
scutum
======
`scutum`(Latin: shield) is a command line PGP tool running on NodeJS and
powered by OpenPGP.js. As designed with a stateless style of usage, it should
be friendly for both human and machines to undertake basic PGP operations, like
generating public & private keys, encrypting-, ~decrypting-~(not yet), signing-
and verifying messages.
This tool is still under busy development, and much of its features must be
refined to have a consistent behaviour with [specification][SPEC]. It's also
planned to make a stateful version for more features named `scuta`, but no code
written yet.
\[specification\]: [Stateless OpenPGP Command Line Interface][SPEC]
[SPEC]: https://tools.ietf.org/html/draft-dkg-openpgp-stateless-cli-02