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
- Host: GitHub
- URL: https://github.com/c-geek/jpgp
- Owner: c-geek
- Created: 2013-07-07T14:35:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-11T23:00:15.000Z (over 12 years ago)
- Last Synced: 2025-06-24T06:39:09.654Z (5 months ago)
- Language: Java
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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