reon / OpenPGPApplet

OpenPGP applet is also for many smartcards.

Home Page:http://javacardos.com/javacardforum/viewforum.php?f=36

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenPGP Applet

====

This project implement the OpenPGP card functionality can used on the A40CR Card that is sold by JavaCardOS.

OpenPGP is an open standard for signing and encrypting. It enables RSA or ECC sign/encrypt operations using a private key stored on a smartcard (such as ), through common interfaces like PKCS#11. The AID of the applet should be according to the OpenPGP card standard v2.0.1

==== You can also get information from Sourceforge.

License

The upstream project was released under the GPLv2+ and our fork uses the same license. All of our changes are released under the same license. See the file LICENSE for more information.

Building

There are several ways to build the project:

  1. With JCIDE open this project, Click "Buid All Packages(F7)" to build the source code.

  2. With Eclipse and eclipse-jcde.

  3. ......

Usage

Installing Applet to Java Card.

1, Generally, you can using JCIDE to debug/run this project directly.

2, You can also use pyApduTool to Download this CAP file to card and install, select the applet, send APDU to card.

Discussion

Have doubts? You can visit Here to ask and discuss.

About

OpenPGP applet is also for many smartcards.

http://javacardos.com/javacardforum/viewforum.php?f=36

License:GNU General Public License v2.0


Languages

Language:Java 76.6%Language:Python 23.4%