Skip to content

none-none-56/AES_CBC_BMP_Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AES_CBC_BMP_Encryption

This is a project for encrypting and decrypting a bitmap image using AES CBC mode and RC4 random number generator

Features

  • Wide ranges of valid input images
  • Fast process with less than 60 ms excution time
  • User can display and export the decypted image

Prerequisites

  • Cryptopp up and running on your selected project in release X64 mode
  • OpenCV up and running in release X64 mode
  • Input image set in the correct directory
  • Read the PDF file for steps to download both libraries

Getting the Source

git clone https://github.com/SuhairShareef/AES_CBC_BMP_Encryption.git

About

AES CBC mode encryption and decryption of a bitmap image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages