Skip to content

Commit

Permalink
README.md: add a short description
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Walle <[email protected]>
  • Loading branch information
mwalle committed Apr 14, 2024
1 parent ea5b14b commit 7e096d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# NeoPGP - A robust Java Card OpenPGP applet

NeoPGP is a free and open souce Java card applet which implements the [OpenPGP
3.4.1
specification](https://gnupg.org/ftp/specs/OpenPGP-smart-card-application-3.4.1.pdf).
It aims to be robust, lightweight (in a sense of RAM consumption) and highly
configurable. The applet supports ECC as well as RSA keys.

## Prior Work
* [SmartPGP](https://github.com/github-af/SmartPGP)
* [YubiKey NEO OpenPGP](https://github.com/Yubico/ykneo-openpgp)
Expand Down Expand Up @@ -44,6 +50,7 @@ outside of an object constructor and all objects are created during the
- [ ] Cardholder Certificates (DO 7F21)
- [ ] SmartPGPs secure messaging


## Build it yourself

You have to download a java card development kit, either from the [offical
Expand Down

0 comments on commit 7e096d8

Please sign in to comment.