Page 1 of 1

Store 16 Byte Key

Posted: Sat Sep 16, 2017 9:14 am
by deepanshsinghal
Hi Everyone,

I want to store the "Key" through personalization. So, I can use that key while generating MAC. Can anyone tell how can i achieve that without using Byte array.


Regards,
Deepansh

Re: Store 16 Byte Key

Posted: Sat Sep 16, 2017 11:45 pm
by UNKNwYSHSA
without using Byte array.

What are you thinking of this?

Re: Store 16 Byte Key

Posted: Sun Sep 17, 2017 3:08 am
by deepanshsinghal
I read somewhere that we should never store the keys that are personalized, that need to be used at the time for ARQC and ARPC generation.
We should use something like "key objects" but I not getting how to implement that.