linuxutils-misc 0.1.0

Miscellaneous utilities from linuxutils
Documentation
1
2
3
4
5
6
7
8
9
10
# mcookie

Generate magic cookies (128-bit random hex values) for xauth.

## Implemented

- 128-bit random value generation from `/dev/urandom`
- `-f` / `--file`: mix in additional randomness from a file (or `-` for stdin)
- `-m` / `--max-size`: limit bytes read from the extra file
- `-v` / `--verbose`: report randomness sources to stderr