Keine Beschreibung

Steve Thielemann 020d2e591a Updated README. vor 1 Jahr
src d6e04ee5df Updated to xor_bytes function. vor 1 Jahr
.gitignore 6cba5d5bb3 v0.1.0 -> uswitch::uswitch() vor 1 Jahr
Cargo.toml 42f3dc3f53 v0.1.0 -> uswitch::encode & uswitch::decode vor 1 Jahr
LICENSE ec2f069e8f Initial commit vor 1 Jahr
README.md 020d2e591a Updated README. vor 1 Jahr

README.md

uswitch

A text obfuscation tool. It byte XORs a given text, and base64 encodes it for storage.

Rust Conversion

See: https://stackoverflow.com/questions/41034635/how-do-i-convert-between-string-str-vecu8-and-u8