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