Visual cryptography tool written in rust
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
cargo run -- testdata/x.png
cargo build --release
sudo mv target/release/novision /usr/local/bin