├── .gitattributes ├── A New Approach of Image Encryption Using 3D.pdf ├── Relevent images ├── Decrypted images │ ├── Decrypted_deblur.jpg │ ├── Decrypted_lena.jpg │ ├── Decrypted_mandrill.jpg │ └── Decrypted_peppers.jpg ├── Encrypted images │ ├── encypted_deblur.jpg │ ├── encypted_lena.jpg │ ├── encypted_mandrill.jpg │ └── encypted_peppers.jpg └── original images │ ├── deblur.jpg │ ├── lena.jpg │ ├── mandrill.jpg │ └── peppers.jpg └── matlab code ├── Correlation_column_only.m ├── Correlation_of_row_col.m ├── Correlation_row_only.m ├── Encryption_Decryption_total_process.m ├── Entrophy_analysis.m ├── Histogram_Analysis.m ├── Image_show.m ├── Key_Sensitivity_analysis.m ├── NPCR_UACI_total.m ├── NPCR_only.m ├── UACI_only.m └── logistic_map_analysis.m /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/.gitattributes -------------------------------------------------------------------------------- /A New Approach of Image Encryption Using 3D.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/A New Approach of Image Encryption Using 3D.pdf -------------------------------------------------------------------------------- /Relevent images/Decrypted images/Decrypted_deblur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/Relevent images/Decrypted images/Decrypted_deblur.jpg -------------------------------------------------------------------------------- /Relevent images/Decrypted images/Decrypted_lena.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/Relevent images/Decrypted images/Decrypted_lena.jpg -------------------------------------------------------------------------------- /Relevent images/Decrypted images/Decrypted_mandrill.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/Relevent images/Decrypted images/Decrypted_mandrill.jpg -------------------------------------------------------------------------------- /Relevent images/Decrypted images/Decrypted_peppers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/Relevent images/Decrypted images/Decrypted_peppers.jpg -------------------------------------------------------------------------------- /Relevent images/Encrypted images/encypted_deblur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/Relevent images/Encrypted images/encypted_deblur.jpg -------------------------------------------------------------------------------- /Relevent images/Encrypted images/encypted_lena.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/Relevent images/Encrypted images/encypted_lena.jpg -------------------------------------------------------------------------------- /Relevent images/Encrypted images/encypted_mandrill.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/Relevent images/Encrypted images/encypted_mandrill.jpg -------------------------------------------------------------------------------- /Relevent images/Encrypted images/encypted_peppers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/Relevent images/Encrypted images/encypted_peppers.jpg -------------------------------------------------------------------------------- /Relevent images/original images/deblur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/Relevent images/original images/deblur.jpg -------------------------------------------------------------------------------- /Relevent images/original images/lena.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/Relevent images/original images/lena.jpg -------------------------------------------------------------------------------- /Relevent images/original images/mandrill.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/Relevent images/original images/mandrill.jpg -------------------------------------------------------------------------------- /Relevent images/original images/peppers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/Relevent images/original images/peppers.jpg -------------------------------------------------------------------------------- /matlab code/Correlation_column_only.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/matlab code/Correlation_column_only.m -------------------------------------------------------------------------------- /matlab code/Correlation_of_row_col.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/matlab code/Correlation_of_row_col.m -------------------------------------------------------------------------------- /matlab code/Correlation_row_only.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/matlab code/Correlation_row_only.m -------------------------------------------------------------------------------- /matlab code/Encryption_Decryption_total_process.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/matlab code/Encryption_Decryption_total_process.m -------------------------------------------------------------------------------- /matlab code/Entrophy_analysis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/matlab code/Entrophy_analysis.m -------------------------------------------------------------------------------- /matlab code/Histogram_Analysis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/matlab code/Histogram_Analysis.m -------------------------------------------------------------------------------- /matlab code/Image_show.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/matlab code/Image_show.m -------------------------------------------------------------------------------- /matlab code/Key_Sensitivity_analysis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/matlab code/Key_Sensitivity_analysis.m -------------------------------------------------------------------------------- /matlab code/NPCR_UACI_total.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/matlab code/NPCR_UACI_total.m -------------------------------------------------------------------------------- /matlab code/NPCR_only.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/matlab code/NPCR_only.m -------------------------------------------------------------------------------- /matlab code/UACI_only.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/matlab code/UACI_only.m -------------------------------------------------------------------------------- /matlab code/logistic_map_analysis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billalkuet07/A-New-Approach-of-Image-Encryption-Using-3D/HEAD/matlab code/logistic_map_analysis.m --------------------------------------------------------------------------------