-
Hi,
(I'm not very experienced with Java build systems, so perhaps I am doing something obvious wrong)
I have tried to clone this repo and then build the image, but unfortunately it fails on ubun…
-
The constant SW_COMMAND_CHAINING_NOT_SUPPORTED is missing
Reference:
http://www.win.tue.nl/pinpasjc/docs/apis/jc222/javacard/framework/ISO7816.html#SW_COMMAND_CHAINING_NOT_SUPPORTED
Underlying code:…
-
The OpenSCDP project [1] provides a wide range of development tools for smart card applications. It also has support for JavaCard and is what we use to develop our own commercial JavaCard applets.
…
-
Hello,
just a heads up that RSA seems to be functioning differently in JCardSim.
A simple way to reproduce is using method testSelfRSA() (/src/test/java/com/licel/jcardsim/crypto/RSACipherTest…
-
Hi,
I am currently using a JavaCard from a vendor that has proprietary API/exp files that come with their SDK. What is the best approach to add these API's to JCardSim so that I can simulate these…
-
Hello,
1) is it possible to simulate CAP file applets through cli/virtual reader?
I tried following:
```
com.licel.jcardsim.card.applet.0.Class=JCMemory.JCMemoryApplet
; -- and
com.licel.…
Aiosa updated
4 years ago
-
I'm not experienced in javacard development
In our business we have two separate javacard projects that generate two .cap files according to customer's request or his/her smartcard datasheet specs , …
-
``java -jar /home/jose/dev-ring-getting-started/sdks/jc212_kit/lib/scriptgen.jar MyApplet.cap -o test.scr -nobanner -nobeginend``
Example of grepped & parsed w/ ``sed`` output
```
// ExamplePro…
-
Hi, I've noticed that in recent versions the ACR support was removed, `gp -acr-add`, `gp -acr-delete`, `gp -acr-list-aram` and friends. I've found commit https://github.com/martinpaljak/GlobalPlatform…
z3ntu updated
2 years ago
-
in /src/javacard/framework/OwnerPIN.java
(https://github.com/martinpaljak/vJCRE/blob/85c7828089fcde0fa8cde89a622b5ec582804947/src/javacard/framework/OwnerPIN.java)
The **offset** parameter of the fun…