openssl
CLIGenerate random secrets, encode/decode base64, and hash files. Preinstalled on macOS and Linux.
Generate a random secret (base64, 32 bytes)Verified macOS · Linux
openssl rand -base64 32+1 more matching recipesecurity5 recipes · 5 verified
mkcert
CLIMake locally trusted development certificates with any names.
Generate cert for localhost~99% est.
mkcert localhost 127.0.0.1 ::1+1 more matching recipesecurity3 recipes
age
CLISimple, modern file encryption with small explicit keys.
Generate a new age key pair~99% est.
age-keygen -o key.txtsecurity3 recipes