Skip to content

A simple Rust tool to obfuscate or deobfuscate data with a repeating XOR key.

License

Notifications You must be signed in to change notification settings

ofasgard/xorhelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xorhelper

A simple Rust tool to obfuscate or deobfuscate data with a repeating XOR key.

Usage:

$ echo 'hello, world' | xorhelper 'my super secret password' > obfuscated.txt

The data to be translated is read from STDIN. The translated data is returned to STDOUT.

About

A simple Rust tool to obfuscate or deobfuscate data with a repeating XOR key.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages