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