Hi Team,
Can anyone help me on this?
How to decrypt AES-ECB-Nopadding Encrypted frame?
I am not getting desired output. In fact, I am not getting how to proceed in this case.
This should help you devzone.nordicsemi.com/.../
So if I call nrf_ecb_crypt ( uint8_t * dst, const uint8_t * src ) with cleantext it will encrypt.
If I call this function again with the same Key and using the encrypted data, it should return the original cleantext data no?