Nessuna descrizione

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

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