Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.03 KB

Image Encryption technique based on chaotic maps

Evaluating the permutation and diffusion operations used in image encryption based on chaotic maps

To compile program:-

$g++ -o ${compiled_file} ${file_name} 'pkg-config opencv --cflags --libs'

eg.

$g++ -o encryption encryption.cpp 'pkg-config opencv --cflags --libs'

To Execute generated binary file:-

$ ./encryption

In this project a Research Paper is used. Evaluating the permutation and diffusion operations used in image encryption based on chaotic maps

prerequisites:

  • Basic operations on images
  • Basic knowledge of OpenCV with C++

Here OpenCv with c++ is not mandatory work environment. You can also choose Matlab or openCv with any language. Main part of this implementation is the algorithm.

Execution example:

alt text