JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html

Search found 1 match

by TobyCao
Thu May 30, 2019 5:02 am
Forum: Applets Development Guide
Topic: The ALgorithm of DES Sample Code
Replies: 18
Views: 83081

Re: The ALgorithm of DES Sample Code

I just fix one bug. :D public ThirdDemo() { desKey = new byte[32]; desICV = new byte[8]; desKeyLen = 0; //Create a DES ECB/CBS object instance of the DES algorithm. desEcbCipher = Cipher.getInstance(Cipher.ALG_DES_ECB_NOPAD, false); desCbcCipher = Cipher.getInstance(Cipher.ALG_DES_CBC_NOPAD, false);...
JavaCard OS : Disclaimer