



Java OpenPGP Card Driver is a Java™ driver implementing the OpenPGP Card specs.
It's build on top of javax.smartcardio Sun's APIs, so it doesn't require any additional library nor any PKCS11 module (since it bypasses PKCS11 and rawly communicates with the card) so it just needs a clean Java™ Runtime 1.6 (or greater) installation.
In a few words, you can access your OpenPGP Card everywhere... without pre-installing libraries or additional frameworks. All you need is a smart card reader (reader drivers must be installaed, of course) and a Java™ capable browser
The OpenPGP Card
The OpenPGP Card is a flexible (and with open specs) security smart card.
It has allows up 3 RSA keys to be stored on it, and you can use them to Encrypt, Decrypt and Authenticate yourself without using annoyng and unsecure passwords.
This projects provides some software implementations of the driver
Downloads:
License:
Links: