Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 614 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 614 Bytes

novision

Visual cryptography tool written in rust


About

This tool takes a trasparent png image (can be grayscale colors are removed during encryption) and outputs two images that when layed on top of each other, the patter from original one can be seen.

Just take a look at example below

Zrzut ekranu 2023-09-3 o 20 24 33

Usage

cargo run -- testdata/x.png

Building and installing

cargo build --release
sudo mv target/release/novision /usr/local/bin