-
When executed with '-simulator' option, all OneShot results return NullPointerException and all javacardx.crypto.Cipher.getInstance returns yes
Potential bug
-
Windows 10, haven't tested on Ubuntu although I imagine it works there.
```
D:\javacard-simulator [master ≡]> npm install
npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please ins…
-
Hi.
i am getting this SystemException when my applet class is going to install.
`Exception in thread "main" javacard.framework.SystemException
at javacard.framework.SystemException.throwIt(Unknown…
-
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
-
Hi,
this project doesn't compile when following the steps. It seems like the jcardsim dependency doesn't get pulled.
```
[~/Development/javacard-gradle-template-edu] git(master) ❱❱❱ gradle buil…
7ritn updated
2 years ago
-
TODO: Check if it's issue in jcardsim or the card simulator implementation...
- https://github.com/ph4r05/jcardsim/blob/master/src/main/java/com/licel/jcardsim/crypto/AsymmetricCipherImpl.java#L103…
-
Hi everyone!
First, thanks so much for this astonishing and incredibly useful repository! I recently started getting into JavaCard/SIM development, and without open source projects like this, I wou…
-
The applet compiles and run in the JCIDE simulator. Initialization works well but when key generation is requested, the error F101 is received.
![image](https://github.com/dufkan/JCEd25519/assets/…
-
I was trying to adapt some older applets for sysmoISIM-SJA2 cards, and this buildchain seems to work, but I was wondering how do y'all debug your applets?
The .CAP file is generated, shadysim-ISIM …
-
Hi,
First of all, thanks for the great work.
I am trying to use this simulator to run PIV Applet: https://github.com/arekinath/PivApplet
It currently fails when trying to perform auth operati…