Tagged Questions
2
votes
2answers
204 views
AES CBC over TCP - when is new IV needed
I am working on a project where two devices will be communicating with AES with CBC over TCP.
We already have a secure mechanism for sharing the encryption/decryption key.
I am not sure if we need to ...