> ./konami_unlock.sh --as-root
[ ROOT ACCESS GRANTED ]

HOLY SHIT YOU FOUND IT

↑ ↑ ↓ ↓ ← → ← → B A

classic. textbook. 10/10 nerd shit.

uplink  ................. ESTABLISHED
! sudo make sense ......... PERMISSION DENIED
fuck around  .............. FOUND OUT
! prizes .................. THERE ARE NONE
the cat  ................. ALREADY KNEW

nizar was here. the site wasn't ready. the cat was.

···········
···········
···········
···········

// nuv.dev / projects / randgen

randgen

cryptographically-random string generator

  • v1.3
  • MIT
  • apt.nuv.dev

// try it

live generatorruns in your browser · crypto.getRandomValues
[email protected] ~ $ randgen 32

// install

Debian / Ubuntu — one command:

install.sh
curl -fsSL https://apt.nuv.dev/randgen/install.sh | sudo bash

After that it updates through apt like any other package.

Prefer not to pipe to a shell? Add the repo manually
manual setup
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://apt.nuv.dev/public.key \
  | sudo gpg --dearmor --yes -o /etc/apt/keyrings/nuv.gpg

echo "deb [signed-by=/etc/apt/keyrings/nuv.gpg] https://apt.nuv.dev stable main" \
  | sudo tee /etc/apt/sources.list.d/nuv.list

sudo apt update
sudo apt install randgen

macOS — via Homebrew:

homebrew
brew tap NizarMasadeh/tap
brew install randgen

Update later with brew upgrade randgen. If Homebrew refuses an untrusted tap, run brew trust nizarmasadeh/tap once, then re-run the install.

// usage

examples
randgen                 # 32-char string (default)
randgen 64              # 64-char string
randgen 32 -p test_     # test_T3WSXYU9BJ1N508YMR5B
randgen 48 -p sk-live_  # sk-live_MRGUFYF4KZO1L93M3D...
ArgumentDescriptionDefault
LENGTHNumber of characters to generate32
-p PREFIXString prepended to the output(none)

Output is drawn from [A-Za-z0-9], sourced from a CSPRNG.

 /\_/\ 
( o.o )
  > ^ <
$··········00