GitHub - coduri/VisualCrypto: A collection of Visual Cryptography and Random Grid schemes
VisualCrypto
A toolkit for image-based secret sharing
Overview
VisualCrypto is an open-source Python-based toolkit with a web interface designed for Visual Secret Sharing (VSS), a cryptographic technique that splits a secret image into multiple shares. Each share appears as random noise and reveals no information on its own, but when combined, they reconstruct the original image.
This repository primarily focuses on (2,2)-VSS schemes, where a secret image is split into two shares, both of which ...
Read more at github.com