JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
Search found 5 matches
- Mon Feb 27, 2017 8:22 am
- Forum: Questions & Answers
- Topic: Installing applet on real smartcard failure
- Replies: 6
- Views: 12388
Re: Installing applet on real smartcard failure
Yeah that seems to be it, I switched to one of the other DES algorithms that used a different padding scheme and it seems to work now, thanks =)
- Fri Feb 24, 2017 8:14 am
- Forum: Questions & Answers
- Topic: Installing applet on real smartcard failure
- Replies: 6
- Views: 12388
Re: Installing applet on real smartcard failure
Do you know what exception it is throwing and why?
- Thu Feb 23, 2017 3:58 pm
- Forum: Questions & Answers
- Topic: Installing applet on real smartcard failure
- Replies: 6
- Views: 12388
Installing applet on real smartcard failure
Hi. With the application I've been devleoping that uses a smartcard applet that I've also developed, I've been using the JCIDE JCVM to run the applet, and connecting the application to that. However I need to test multiple users on the application, so I got myself two identical physical smartcard re...
- Mon Feb 13, 2017 12:12 pm
- Forum: Questions & Answers
- Topic: Multiple JCIDE simulator instances
- Replies: 2
- Views: 8898
Multiple JCIDE simulator instances
Hi. I've got a smartcard-using desktop application for instant messaging that I'm developing. For development I've been using the card simulator feature of JCIDe along with pyAPDUTool to downlaod and install my applet, then communicate with the virtual card via a PC/SC interface. To test the applica...
- Wed Dec 28, 2016 3:20 pm
- Forum: Questions & Answers
- Topic: DES Encryption output
- Replies: 1
- Views: 6995
DES Encryption output
Hi In my Java Card applet, I am using ECC to generate a secret, then using this to generate an DES key, which i then use to encrypt some plaintext. Whenever I try to output the result of this encryption, I get an APDUException.ILLEGAL_USE exception, whcih should be to do with previously invoking set...