PSoC4 - Encrypting data sent and received on the UART

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
LuMo_1653921
Level 1
Level 1

I am working on a project which requires encrypting data sent and received on UART - atleast AES128, though AES256 is preferred. Is there any open source library to support encryption on the PSoC4?

The BLE component in the PSoC Creater has CyBle_AesCcmEncrypt and CyBle_AesCcmDecrypt. But these seem to have limitation for max size of data and, the decryption doesn't seem to work for the data encrypted on the PC using OpenSSL AES-CCM 128. Is there any example project that I can use as a reference?

Message was edited by: Luis Montoya

0 Likes
1 Solution
GyanC_36
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Please refer below thread ---

What is CyBle_AesCcmEncrypt Decrypt additional data   ( Response #3 for PC AES library )

-Gyan

View solution in original post

0 Likes
1 Reply
GyanC_36
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Please refer below thread ---

What is CyBle_AesCcmEncrypt Decrypt additional data   ( Response #3 for PC AES library )

-Gyan

0 Likes