Using AES-CBC with a random number plus a counter for the IV [migrated]

I understand that AES-CBC uses the following scheme for encrypting data (diagram from Wikipedia):

And, I understand that we don’t want initialization vectors to be predictable or constant, and also that you don’t want it to just be a plai… Continue reading Using AES-CBC with a random number plus a counter for the IV [migrated]