Tagged Questions
2
votes
2answers
225 views
What algorithm would give the shortest ciphertext for very short plaintexts?
I have to encrypt some very short messages (approx. 5 characters) and I would like the ciphertext to be as short as possible. I am currently using AES but the initialization vector (IV) is making my ...