Hello Team,
Can you please confirm if we can use the crypto API to do AES encryption/decryption. Can I use it in non secure app and in application and not in bootloader.
Regards,
Aloke
Hello Team,
Can you please confirm if we can use the crypto API to do AES encryption/decryption. Can I use it in non secure app and in application and not in bootloader.
Regards,
Aloke
Hello,
Can you please confirm if we can use the crypto API to do AES encryption/decryption.
Yes, you can. Just have a look at the API documentation.
Can I use it in non secure app and in application and not in bootloader.
Yes, but you will need to define the functions in SPM and run them from the non-secure application. Have a look at this guide.
Hello,
Can you please confirm if we can use the crypto API to do AES encryption/decryption.
Yes, you can. Just have a look at the API documentation.
Can I use it in non secure app and in application and not in bootloader.
Yes, but you will need to define the functions in SPM and run them from the non-secure application. Have a look at this guide.