Useful resources:
www.ti.com/.../slaa397a.pdf
http://www.ti.com/tool/AES-128
e2e.ti.com/.../120771
Or you could use a device with an AES128 peripheral and MSPDRIVERLIB API: www.ti.com/.../products.page
Regards,
Ryan
Other Parts Discussed in Thread: AM3352 I am developing a system based on the am3352.
We are trying to have secure access for the whole system.
For the HTTPS access, the default cipher suite is AES-256-GCM based,
For the SNMPv3, the encryption…
Other Parts Discussed in Thread: CC2541 , AES-128 , CC2540 , CC2640 Hi
I'm hoping to use AES crypto to encrypt some small payload (a 64 char string) on CC2541. Does anyone know if this could potentially interfere with BLE communications? Does the AES…
Other Parts Discussed in Thread: AES-128 , MSP430FR5969 Hello,
I need to develop a firmware that implement encryption/decryption with AES-128 CBC.
I would use AES256 Accelerator build into my MSP430FR5969.
For test I follow the example "AES256…
Hi,
Is there any way to use the AES ROM on the CC26xx? I saw that in the past there was a wiki about it, but its not relelvant.
if not ROM , maybe in other way?
Thanks
For data byte length between 1 to 15, AES_ECB_EncryptData () API is not encrypting the data. Is there any configuration available to enable encryption from single bytes?
I don't have any problem in encryption/decryption of data byte length from 16 to…
Other Parts Discussed in Thread: CC2540 , CC2640 Hi,
I want to use the AES 128 encryption and decryption algorithm for generation hash key value from BLE stack.
I am using CC 2540 BLE Stack, and in which we have HCIExt_Decrypt command to decrypt…