Image-encryption
                                
                                 Image-encryption copied to clipboard
                                
                                    Image-encryption copied to clipboard
                            
                            
                            
                        Evaluating the permutation and diffusion operations used in image encryption based on chaotic maps
encrypted 'sample_image_grey.jpg' will get 'encrypted_image.jpg'. Then 'encrypted_image.jpg' decrypted will get 'decrypted_image.jpg'(I name it). 'sample_image_grey.jpg' and 'decrypted_image.jpg' picture look same by eye, they are very diffrent when compare by Hex tool(I...
use bellow command build: $ g++ -o encryption encryption.cpp 'pkg-config opencv --cflags --libs' g++: error: pkg-config --cflags --libs opencv: No such file or directory but change "apostrophe(')" in command as...
There are lots of code without documentation. Documentation gives a clear understanding of code. Anyone can get it easily. Hence documentationis necessary. Feel free to create PR
Hi. Can you please share the resources from where I can gain enough knowledge of syntax as well as algos so I can understand the working of your code ?