rage

Simple, modern, secure file encryption tool using age format

brewmacoslinux
Try with needOr install directly
Source

About

Simple, modern, secure file encryption

Commands

rage

Examples

Encrypt a file with a passphrase$ rage --passphrase <file.txt> -o file.txt.age
Decrypt a file with a passphrase$ rage --decrypt file.txt.age -o file.txt
Encrypt a file with a public key$ rage --recipient <public-key> file.txt -o file.txt.age