Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

The Introduction of FluffyPGP Applet

Open source implementation of the OpenPGP smart card version 2.0 on a java card.

Moderator: Ellisun

User avatar
Ellisun
Posts: 50
Joined: Wed May 20, 2015 3:47 am
Points :472
Contact:

The Introduction of FluffyPGP Applet

Post by Ellisun » Fri Oct 23, 2015 5:35 am

The FluffyPGP Applet implements the OpenGPG Card v 2.0.1 specification without using secure channels or Global Platform for portability.

Card Requirements
==================
- Java card version 2.2.2 (2.2.1 might work but it is untested)
- Global platform 2.1.1 or above to use the loading scripts.
- 2048 bit RSA keys
- Random number generation
- Private DOs

License
=======
The source code is released under GPL3 and is free, you can redistribute it and/or modify it under the terms of the GNU General Public License.

Limitations in this Applet:
=======================
- No extended APDU support.
- Supports only 2048 bit CRT RSA keys (1024 is too short and most cards don't support 4096 bits)
- No secure messaging support.
- No support for the cardholder certificate (DO 7F21).
- Readability was favored over code size.
- Will not run on cards with an APDU buffer smaller than 256 + 5 bytes.

Brief Usage:
============
Make sure that the card reader is working.
The easiest way is to use pyApdutool to install the CAP file

The actual parameters used to load the applet on the card depend on the card manufacturer, version and state.

Warning:
========
Too many failed authentications when trying to load the applet can lock the card and make it unusable.
You do not have the required permissions to view the files attached to this post. Please login first.

Clarke
Posts: 5
Joined: Fri Aug 28, 2015 10:46 pm
Points :0
Contact:

Re: The Introduction of FluffyPGP Applet

Post by Clarke » Wed Dec 02, 2015 6:43 am

Could you give me some APDU commands about using this applet required?
thanks a lot.

Berlin
Posts: 4
Joined: Tue Dec 01, 2015 10:01 pm
Points :0
Contact:

Re: The Introduction of FluffyPGP Applet

Post by Berlin » Mon Dec 07, 2015 10:58 pm

Clarke wrote:Could you give me some APDU commands about using this applet required?
thanks a lot.


Hello, do you already have the APDU commands of this applet? I want it too.

User avatar
Tolice
Posts: 40
Joined: Wed May 20, 2015 2:41 am
Points :254
Contact:

Re: The Introduction of FluffyPGP Applet

Post by Tolice » Tue Dec 08, 2015 10:42 pm

Berlin wrote:
Clarke wrote:Could you give me some APDU commands about using this applet required?
thanks a lot.


Hello, do you already have the APDU commands of this applet? I want it too.



I'm being studied this open-source applet, while my study is finished, I will share some APDU commands with everyone. :D

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 5 guests

JavaCard OS : Disclaimer