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 32security5 recipes · 5 verified
age
CLISimple, modern file encryption with small explicit keys.
security3 recipes