Image Encryption Save

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

Project README

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

Open Source Agenda is not affiliated with "Image Encryption" Project. README Source: codeShaurya/Image-encryption
Stars
38
Open Issues
4
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating