zorro

Crates.iozorro
lib.rszorro
version0.0.1
sourcesrc
created_at2021-03-20 19:36:26.577791
updated_at2021-03-20 19:36:26.577791
descriptionEncode data into, and decode data out of images.
homepagehttps://github.com/chrisftw/zorro
repositoryhttps://github.com/chrisftw/zorro
max_upload_size
id371465
size3,206,988
Chris Reister (chrisftw)

documentation

https://github.com/chrisftw/zorro

README

zorro

Encode data into, and decode data out of images.

zorro is all about masking data into files, and reading the data back out.

This is the lib for other project to use.

How it works

encode: raw data -> bin64 encode -> binary data -> stored in image format

decode: image -> strip out encoded binary data -> convert back to bin64 -> decode bin64 -> raw data

todo for beta

  • RGBA Support!

related project

zorro_cli command line interface to use this project.

zorro_wasm decode data from images in the browser.

Commit count: 9

cargo fmt