Using visual cryptography to create physical keyrings
-
Updated
Aug 17, 2024 - Python
Using visual cryptography to create physical keyrings
Image Encryption and Decryption using AES and Visual Cryptography.
Visual Cryptography implementation as part of Cryptography course project (CS350 and CS353)
Applying Steganography followed by Visual Cryptography Encode and Decode data
Image Encryption Algorithm implementation using AES and Visual Cryptography
This is the repository containing the information and code regarding secure e voting website Version_1
This project proposes a solution to enhance the security and encryption of fingerprints in authentication systems by combining visual cryptography and LSB watermarking techniques. The system encrypts each pixel of the original fingerprint image into two shares using visual cryptography, ensuring that neither share provides any clue about the origin
Visual Cryptography is a category of secret sharing where a secret image is divided into n images called as shares. Each share is a random binary pattern which is printed onto transparencies and distributed among n participants. When any k of the n transparencies of the shares are superimposed then the secret image can be perfectly reconstructed…
Simple tool for creating (2,2) visual cryptography schemes.
Image cryptography techniques
Proof-of-concept (PoC) biometric based decentralized digital identifiers
This is a program designed to make a visual cryptography much easier. Get's an input image with extension jpg, png or bmp. Makes Byte Gray image consisting of 2 colors: black and white. And creates randomly generated pictures with dots on it(like noise). In order to get original black and white image back, we can use photoshop with exlusion opti…
Visual cryptography program written with JavaScript and p5js framework.
Encryption of image by creating shares based on an algorithm and decryption by applying or operation on the shares
Encrypt image using an image
This Repository contains Codes,References,Results and Report of my work on Visual Cryptography
This repository contains a raw python implementation of the "Visual Cryptography" technique proposed by Moni Naor and Adi Shamir in 1995.
Add a description, image, and links to the visual-cryptography topic page so that developers can more easily learn about it.
To associate your repository with the visual-cryptography topic, visit your repo's landing page and select "manage topics."