Skip to content
#

visual-cryptography

Here are 48 public repositories matching this topic...

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

  • Updated Oct 4, 2024

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…

  • Updated Apr 29, 2017
  • Java

A lightweight, educational Python tool that demonstrates how to hide secret text inside RGB images using XOR encryption and ASCII encoding. This project showcases basic steganography principles by embedding encrypted messages directly into pixel color values.

  • Updated Jul 14, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the visual-cryptography topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the visual-cryptography topic, visit your repo's landing page and select "manage topics."

Learn more