An open API service indexing awesome lists of open source software.

https://github.com/c-geek/jpgp

Some Java PGP high level tools in order to interact with Node.js
https://github.com/c-geek/jpgp

Last synced: 9 days ago
JSON representation

Some Java PGP high level tools in order to interact with Node.js

Awesome Lists containing this project

README

          

jpgp
====

Some Java PGP high level tools in order to interact with Node.js

Usage
------

usage: java -jar jpgp.jar
-c,--cert Certificate to be checked - ASCII armored.
-d,--data Data the signature is based upon - ASCII armored.
-I,--signed Verifies if a UID is signed by the given public
key.
Requires --pubkey, --cert, --uid options.
-n,--nocarriage Convert from --data option to
UNIX-style to avoid signature errors.
-P,--parse Parses Base64 certificate and outputs JSON
structure of it.
Requires --cert option.
-p,--pubkey Public key used for signature - ASCII armored.
-s,--signature Signature to verify - ASCII armored.
-u,--uid UID the signature is based upon - clear text.
-V,--verify Verifies if a signature matches some data.
Requires --pubkey, --signature and --data options.

License
=======

MIT