3 pass byte shuffler/unshuffler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Avril d60e079c2f
added readme
4 years ago
build Initial commit 5 years ago
include now works 5 years ago
src added shuffle from string input 5 years ago
.gitignore update makefile 4 years ago
Makefile update makefile 4 years ago
README.md added readme 4 years ago

README.md

shuffle3 - 3 stage byte shuffler

Deterministically and reversably shuffle a file's bytes around.

Shuffling

Shuffle a file in place

$ shuffle3 -s file

Unshuffling

Unshuffle a file in place

$ shuffle3 -u file

Other options

Run with --help for more options.

License

GPL'd with <3