Skip to content

codeShaurya/Image-encryption

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages