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.
24 lines
327 B
24 lines
327 B
# 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
|