LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

genid

random identifier and UUID generator

TLDR

Generate random ID
$ genid
copy
Generate UUID
$ genid --uuid
copy
Generate specific length
$ genid -l [32]
copy
Alphanumeric only
$ genid --alphanumeric
copy

SYNOPSIS

genid [options]

DESCRIPTION

genid generates random identifiers suitable for various purposes. It produces unique strings for use as IDs, tokens, or keys.The tool supports multiple formats including UUID, alphanumeric strings, and custom lengths. Output is cryptographically suitable for non-security-critical uses.

PARAMETERS

-l LENGTH

ID length.
--uuid
Generate UUID format.
--alphanumeric
Use only letters and numbers.
--hex
Hexadecimal output.
--help
Display help information.

CAVEATS

Not for cryptographic keys. Uniqueness not guaranteed. May vary between implementations.

HISTORY

genid is a utility for generating random identifiers, providing convenient access to random string generation for scripting and development purposes.

SEE ALSO

uuid(1), uuidgen(1), pwgen(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid