This is a simple image encryption algorithm based on DMA (Diffused Mandelbrot set + Arnold map) system.
This is a simple image encryption code for beginers to practice the matlab code. The code exploits the properties of mandelbrot set and arnold map and,it provides cipher image with maximum security.
Note: If you are using my code for your system or project, you should always cite my paper as a reference Click here to see the publications.
a=imread('image.png') : Input your image
Input your initial values for arnold map
Functions:
Main fuction : main.m
Encryptiion function : Encry_DMA.m;
Decryption function : Decry_DMA.m
Arnold map function : arnold.m
Mandelbrot setf unction: md.m
%%%%%%%%%%%-------------------$$$$$$$$>>>>> BY jithin K C <<<<$$$$$$$$$-----------------%%%%%%%%%%%%%% @@@
for any queries contact: jithinkc22@gmail.com