added readme

lean
Avril 4 years ago
parent 051050b4b4
commit d60e079c2f
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -0,0 +1,23 @@
# shuffle3 - 3 stage byte shuffler
Deterministically and reversably shuffle a file's bytes around.
## Shuffling
Shuffle a file in place
``` shell
$ shuffle3 -s file
```
## Unshuffling
Unshuffle a file in place
``` shell
$ shuffle3 -u file
```
## Other options
Run with `--help` for more options.
# License
GPL'd with <3
Loading…
Cancel
Save