AES/ECB vs AES/CBC for <16 bytes [migrated]
AES/ECB is commonly considered "weak" to the point that some static analysis software identifies it as not secure and suggests using AES/CBC instead.
The question is: what if size of encrypted input is always less or equal 16 byt… Continue reading AES/ECB vs AES/CBC for <16 bytes [migrated]