Hello,
I am trying to perform this below simple encryption on my package. Which AES library or function in SDK I should use? I can see there are several libraries: aes_all_cli, aes_cbc_mac, aes_cbc_with_padding, aes_ccm, aes_ctr
Hello,
I am trying to perform this below simple encryption on my package. Which AES library or function in SDK I should use? I can see there are several libraries: aes_all_cli, aes_cbc_mac, aes_cbc_with_padding, aes_ccm, aes_ctr
Hello,
I am sorry, but we are short staffed this week due to Public Holidays in Norway. We will be back on Monday 22nd and hope to be able to answer all incoming requests within a couple of days, depending on the backlog. I am sorry for the inconvenience.
Best regards,
Edvin
Thanks Edvin. I used the aes_cbc_with_padding example, and modified the nrf_crypto_aes_init function input to &g_nrf_crypto_aes_cbc_128_info instead of g_nrf_crypto_aes_cbc_128_pad_pkcs7_info not to perform padding. It seems to perform the above mentioned task.