image-encryption-algorithm

There are 9 repositories under image-encryption-algorithm topic.

  • coduri/VisualCrypto

    A toolkit for Visual Cryptography and Random Grid schemes

    Language:Python75115
  • dannyi96/Image-Cryptography

    Implementation of image cryptography using Rubik's Cube Principle https://www.hindawi.com/journals/jece/2012/173931/

    Language:Python3221222
  • Saransh-cpp/Chaotic-Encryption

    This repository contains the code for encrypting an image using various techniques and PRNGs.

    Language:Python27312
  • Shree987/Visual-Cryptography

    Visual Cryptography implementation as part of Cryptography course project (CS350 and CS353)

    Language:Python23003
  • riyag283/Image-encryption

    Image Encryption Algorithm implementation using AES and Visual Cryptography

    Language:Jupyter Notebook11103
  • myStery24/matlab-image-encryption-decryption

    BIM33403 Multimedia Security Technology Semester 6 Lab 2

    Language:MATLAB4100
  • QuantumByteStudios/CharPix

    CharPix is a cross-platform Python tool designed to securely encode and decode text messages as PNG images using AES-256 encryption. It transforms any text into a base64-encrypted binary stream and visually represents it as an image. Later, it can decode and decrypt that image back into text — only with the correct password.

    Language:Python3110
  • yusufmujawar/PRODIGY_CS_02

    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.

    Language:Python