Encryption Terminal Tools
Encryption converts data into a form only a holder of the key can read. On the command line it is applied to files at rest, backups before they leave a machine, secrets committed to a repository, and messages between people.
These tools cover public key file encryption with age or GPG, password stores built on those same keys, certificate, JWT and hash inspection, and cracking utilities used to audit a password list. Developers, sysadmins and anyone handling credentials on shared infrastructure run them alongside the wider security tools.
Below is a list of terminal tools that encrypt, decrypt and inspect data.

age
A simple, modern and secure file encryption tool.
A simple, modern and secure file encryption tool.

cotp
trusted, encrypted, TOTP/HOTP authenticator with import functionality.
trusted, encrypted, TOTP/HOTP authenticator with import functionality.

eddy
Simple, fast CLI file encryption tool.
Simple, fast CLI file encryption tool.

gopass
The enhanced unix password manager for teams.
The enhanced unix password manager for teams.

gpg-tui
A terminal user interface for GPG
A terminal user interface for GPG

haiti
A CLI to that identifies various hash types.
A CLI to that identifies various hash types.

hashcat
World's fastest and most advanced password recovery utility.
World's fastest and most advanced password recovery utility.

inspect-cert-chain
Inspect and debug TLS certificate chains. (without OpenSSL)
Inspect and debug TLS certificate chains. (without OpenSSL)

jwt-ui
A CLI and TUI for decoding/encoding JSON Web Tokens.
A CLI and TUI for decoding/encoding JSON Web Tokens.

pass
the standard unix password manager.
the standard unix password manager.

ssl-checker
Fast and beautiful program to check all your https endpoint.
Fast and beautiful program to check all your https endpoint.

y509
A TUI for analyzing and validating X.509 certificate chains.
A TUI for analyzing and validating X.509 certificate chains.
Know any terminal tools that would be good for this list? Post a Tool here!