Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.26 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.26 KB

Visual_Cryptography

Visual Cryptography Scheme (VCS) is an encryption method used to encode secret written materials. The idea is to convert the written material into a binary image and encode this image into n shadow image, it is also called as shares of images. The decoding only requires selecting some subset of these n shadow images, making transparencies of them and stacking them on top of each other. Main advantage of this scheme is mathematical computation complexity is reduced compared to conventional cryptographic techniques.

ShareDoubleWidth

Original Image: Original image

Share 1 Image: Share 1

Share 2 Image: Share 2

Final Image: Final image

image1 file, Before applying the algorithm and after Screenshot (8)

ShareSameSize