Image-encryption icon indicating copy to clipboard operation
Image-encryption copied to clipboard

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

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