├── Images ├── .gitkeep ├── 8.gif ├── Brain2.jpg ├── airplaneU2.bmp ├── chest.jpg ├── child.jpg ├── ct_brain.png ├── hand.jpg ├── lena_64.bmp └── tank.png ├── Paper1.m ├── README.md ├── Security Analysis ├── .gitkeep ├── diff_attack_paper1.m ├── differential_enc_dec_paper2.m ├── key_sens_decryptn_paper1.m ├── key_sensitivity_dec_paper2.m ├── key_sensitivity_encrpn_paper1.m └── key_sensitivity_encry_paper2.m ├── crypto-project-report.docx └── paper2.m /Images/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Images/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/Images/8.gif -------------------------------------------------------------------------------- /Images/Brain2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/Images/Brain2.jpg -------------------------------------------------------------------------------- /Images/airplaneU2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/Images/airplaneU2.bmp -------------------------------------------------------------------------------- /Images/chest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/Images/chest.jpg -------------------------------------------------------------------------------- /Images/child.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/Images/child.jpg -------------------------------------------------------------------------------- /Images/ct_brain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/Images/ct_brain.png -------------------------------------------------------------------------------- /Images/hand.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/Images/hand.jpg -------------------------------------------------------------------------------- /Images/lena_64.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/Images/lena_64.bmp -------------------------------------------------------------------------------- /Images/tank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/Images/tank.png -------------------------------------------------------------------------------- /Paper1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/Paper1.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/README.md -------------------------------------------------------------------------------- /Security Analysis/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Security Analysis/diff_attack_paper1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/Security Analysis/diff_attack_paper1.m -------------------------------------------------------------------------------- /Security Analysis/differential_enc_dec_paper2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/Security Analysis/differential_enc_dec_paper2.m -------------------------------------------------------------------------------- /Security Analysis/key_sens_decryptn_paper1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/Security Analysis/key_sens_decryptn_paper1.m -------------------------------------------------------------------------------- /Security Analysis/key_sensitivity_dec_paper2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/Security Analysis/key_sensitivity_dec_paper2.m -------------------------------------------------------------------------------- /Security Analysis/key_sensitivity_encrpn_paper1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/Security Analysis/key_sensitivity_encrpn_paper1.m -------------------------------------------------------------------------------- /Security Analysis/key_sensitivity_encry_paper2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/Security Analysis/key_sensitivity_encry_paper2.m -------------------------------------------------------------------------------- /crypto-project-report.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/crypto-project-report.docx -------------------------------------------------------------------------------- /paper2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhegde610/Chaotic-map-based-Image-Encryption/HEAD/paper2.m --------------------------------------------------------------------------------