python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Installing an applet on a JavaCard
I am trying to install an applet on a JavaCard using GlobalPlatformPro, however keep getting the error code 6985 - conditions of use not satisfied. I have done some research and found that this could ...
LozCodes
Votes: 0
Answers: 1
How to install applets on SSD?
I am trying to install a simple Javacard applet on a SSD in my card. But I receive 6985 (Condition of use not satisfied).
D:\CardTools> python install_on_ssd.py
Connected to Card. ATR: <Censore...
mohammad
Votes: 0
Answers: 1
Is it possible to get ISO9796-2 signature with Trailer = 'BC' in Javacard?
I trying to get the RSA signature as described in Annex A2.1 of EMV book 2.
As I understand it was described in ISO9796-2 as scheme 1, option 1.
So, the resulting signature should contain a Header equ...
Max
Votes: 0
Answers: 1
JavaCard with DESFire emulation get Uid´s
I´ve got a JavaCard (SmartMX) with emulated DESFire EV2 and want to get both Uid´s from DESFire and JavaCard.
Therefor I´ve found the following APDU command:
0xFF, 0xCA, 0x00, 0x00, 0x00
But only get...
Felix Arnold
Votes: 0
Answers: 1