# gday_encryption
[](https://crates.io/crates/gday_encryption)
[](https://docs.rs/gday_encryption/)
Simple encrypted ChaCha20Poly1305 wrapper around an async IO stream.
Uses a streaming [chacha20poly1305](https://docs.rs/chacha20poly1305/latest/chacha20poly1305/) cipher.
See the [documentation](https://docs.rs/gday_encryption/).
## Used by
- [gday](https://crates.io/crates/gday) - Command line tool for sending files.
- [gday_gui](/gday_gui/) - GUI app for sending files.