Part Number:CC3200
I want to send some crucial data to server.
For that i want to use aes-256-cbc encryption. Now as aes-cbc requires IV for encryption, i want to know if cc3200 can generate random IV and how reliable(random) it is?How can i read generated IV?
Do i have to send generated IV to server for decryption?
Which aes mode is good for protecting important data?