Sen descrición

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

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