Nenhuma descrição

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

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