Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add NeoPGP #26

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@ The FluffyPGP Applet implements the OpenGPG Card v 2.0.1 specification without u
- [JCOpenPGP](https://sourceforge.net/projects/jcopenpgp) (**SourceForge**) _[last commit 2016]_ <br>
Aim of this project is to create JavaCard applet implementing Functional Specification of the OpenPGP application on ISO Smart Card Operating Systems.

- [NeoPGP applet](https://github.com/mwalle/neopgp) ![stars](https://img.shields.io/github/stars/mwalle/NeoPGP.svg?style=social) ![lastcommit](https://img.shields.io/github/last-commit/mwalle/NeoPGP.svg) ![numcontributors](https://img.shields.io/github/contributors-anon/mwalle/NeoPGP.svg)
<br>
NeoPGP is a free and open souce Java card applet which implements the OpenPGP 3.4.1 specification. It aims to be robust, lightweight (in a sense of RAM consumption) and highly configurable. The applet supports ECC as well as RSA keys.

- [Secure multi-party signatures Myst](https://github.com/OpenCryptoProject/Myst) ![stars](https://img.shields.io/github/stars/OpenCryptoProject/Myst.svg?style=social) ![lastcommit](https://img.shields.io/github/last-commit/OpenCryptoProject/Myst.svg) ![numcontributors](https://img.shields.io/github/contributors-anon/OpenCryptoProject/Myst.svg) <br>
Secure multiparty Schnorr-based EC signatures implemented without proprietary ECPoint API.

Expand Down