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
How to create AES keys
How to create AES keys
Hey bro here,
Could some one guide me how to create AES keys on Java Card? I am a little confusing about this . Thanks.
Could some one guide me how to create AES keys on Java Card? I am a little confusing about this . Thanks.
Last edited by Gibson on Fri May 05, 2017 4:40 am, edited 1 time in total.
Re: How to create AES keys
FYI
Code: Select all
AESKey key = (AESKey) KeyBuilder.buildKey(KeyBuilder.TYPE_AES,KeyBuilder.LENGTH_AES_128,false);
key.setKey(randomDataof128bitLength,(short)0);
Re: How to create AES keys
Please note that most javacard only support DES /3DES as symmetric cipher.
Who is online
Users browsing this forum: No registered users and 79 guests