/AES-Encryption-Mode

CBC encryption mode of AES algorithm

Primary LanguageC

AES-Encryption-Mode

To encrypt/decrypt:

  1. Compile project;
  2. Rename image to "initial.bmp";
  3. Add initial image to folder with .exe file;
  4. Run .exe file.

Output - 4 files (encrypted/decrypted with ECB and CBC images).

Works only with 256x256 (aes block size - 128 bit) .bmp images (plain or converted from .jpg)!!!

Original library