onetimepad 0.1.0

Quickly calculate values for a one time pad.
Documentation
# One Time Pad


Both a Rust library and an executable to encode and decode strings. This can be used for secretive communication (similar to [number stations]), or for [password splitting].

[number stations]: https://en.wikipedia.org/wiki/Numbers_station
[password splitting]: https://philthompson.me/2019/Paper-Password-Splitting.html