Implementation of image cryptography using Rubik's Cube Principle https://www.hindawi.com/journals/jece/2012/173931/
-
Updated
Dec 31, 2023 - Python
Implementation of image cryptography using Rubik's Cube Principle https://www.hindawi.com/journals/jece/2012/173931/
This repository contains the code for encrypting an image using various techniques and PRNGs.
Visual Cryptography implementation as part of Cryptography course project (CS350 and CS353)
Image Encryption Algorithm implementation using AES and Visual Cryptography
BIM33403 Multimedia Security Technology Semester 6 Lab 2
Each Pixel is a Character - This Python script takes binary data from a text file, converts it into an image, and displays/saves the resulting image.
In the image encryption process, the Python PIL library is used to prompt the user for the image path and encryption key The image is opened in binary mode, and its data is converted to a byte array, where a bitwise XOR operation with the key is performed. The encrypted data is saved, and a completion message is shown.
Add a description, image, and links to the image-encryption-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the image-encryption-algorithm topic, visit your repo's landing page and select "manage topics."