2019-10-10 18:40:57 +01:00
|
|
|
# mcookie
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
> Generates random 128-bit hexadecimal numbers.
|
2021-08-16 11:34:01 +01:00
|
|
|
> More information: <https://manned.org/mcookie>.
|
2019-10-10 18:40:57 +01:00
|
|
|
|
|
|
|
- Generate a random number:
|
|
|
|
|
|
|
|
`mcookie`
|
|
|
|
|
|
|
|
- Generate a random number, using the contents of a file as a seed for the randomness:
|
|
|
|
|
|
|
|
`mcookie --file {{path/to/file}}`
|
|
|
|
|
|
|
|
- Generate a random number, using a specific number of bytes from a file as a seed for the randomness:
|
|
|
|
|
|
|
|
`mcookie --file {{path/to/file}} --max-size {{number_of_bytes}}`
|
|
|
|
|
|
|
|
- Print the details of the randomness used, such as the origin and seed for each source:
|
|
|
|
|
|
|
|
`mcookie --verbose`
|