mcookie
Generates random 128-bit hexadecimal numbers. More information: <https://manned.org/mcookie>.
Install
- All systems
-
curl cmd.cat/mcookie.sh
- Debian
-
apt-get install util-linux
- Ubuntu
-
apt-get install util-linux
- Alpine
-
apk add util-linux
- Arch Linux
-
pacman -S util-linux
- Kali Linux
-
apt-get install util-linux
- CentOS
-
yum install util-linux
- Fedora
-
dnf install util-linux
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install util-linux
- OS X
-
brew install util-linux
- Raspbian
-
apt-get install util-linux
- Dockerfile
- dockerfile.run/mcookie
- Docker
-
docker run cmd.cat/mcookie mcookie
powered by Commando
Generates random 128-bit hexadecimal numbers. More information: <https://manned.org/mcookie>.
-
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
© tl;dr; authors and contributors