Set your pins to 'B2'.
The easiest way to use b2 is to install it through cargo.
$ cargo install b2
``` B2 - Set your pins to B2
A tool to XOR images together.
Usage:
b2 makenoise
Options: -h --help Show this screen. -v --version Show version. ```
Example
Make a noise image and encrypt your original image with that noise:
$ b2 makenoise sonofa.jpg noise.png
$ b2 xor sonofa.jpg noise.png encrypted.png
You now have an 'encrypted' picture, encrypted.png
. To 'decrypt', just xor the encrypted image with the noise again:
$ b2 xor noise.png encrypted.png decrypted.png