A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.

age (Actually Good Encryption) is a simple, modern, and highly secure file encryption tool, format, and Go library. It was designed by Filippo Valsorda and Ben Cox specifically to replace the sprawling complexity and common "footguns" of GPG for basic file encryption tasks.
Key characteristics include:
Essentially, if you need to encrypt a backup, a text file, or a secret stream cleanly in a script or terminal without wrestling with a full GPG keyring, age is the modern standard for the job.
$ brew install age$ winget install --id FiloSottile.age$ pacman -S age$ apt install ageto comment.