Skip to content
#

visual-cryptography

Here are 3 public repositories matching this topic...

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

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…

  • Updated May 23, 2020
  • Java

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