Steve Thielemann 020d2e591a Updated README. | преди 1 година | |
---|---|---|
src | преди 1 година | |
.gitignore | преди 1 година | |
Cargo.toml | преди 1 година | |
LICENSE | преди 1 година | |
README.md | преди 1 година |
A text obfuscation tool. It byte XORs a given text, and base64 encodes it for storage.
See: https://stackoverflow.com/questions/41034635/how-do-i-convert-between-string-str-vecu8-and-u8