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
Is there a good way to implement an AES-CMAC encryption on Java Cards?
Moderator: UNKNwYSHSA
Is there a good way to implement an AES-CMAC encryption on Java Cards?
I can 't find any example or samples of Java card that has AES CMAC encryption. Is there a proper way to implement an AES-CMAC encryption on Java Cards?
Re: Is there a good way to implement an AES-CMAC encryption on Java Cards?
Signature.ALG_AES_CMAC_128 is only available from JC 3.0.5 and up.
If you want to implement it yourself, please look at this old forum thread which contains one of our member's source code (https://javacardos.com/javacardforum/vi ... php?t=1114).
If you want to implement it yourself, please look at this old forum thread which contains one of our member's source code (https://javacardos.com/javacardforum/vi ... php?t=1114).
Re: Is there a good way to implement an AES-CMAC encryption on Java Cards?
You can implement AES-CMAC from scratch using the AES Cipher and Signature objects, and it's possible and not too difficult.
Re: Is there a good way to implement an AES-CMAC encryption on Java Cards?
Thanks you very much.tay00000 wrote: ↑Tue Jan 29, 2019 6:31 amSignature.ALG_AES_CMAC_128 is only available from JC 3.0.5 and up.
If you want to implement it yourself, please look at this old forum thread which contains one of our member's source code (https://javacardos.com/javacardforum/vi ... php?t=1114).
I learned a lot from the link you suggested.
Re: Is there a good way to implement an AES-CMAC encryption on Java Cards?
Excellent topic. Great answers by expert. Thank you.
Who is online
Users browsing this forum: No registered users and 14 guests