ccrypt

Encrypt and decrypt files and streams with secure algorithms

brewmacoslinux
Try with needOr install directly
Source

About

Encrypt and decrypt files and streams

Commands

ccryptccencryptccdecryptccrm

Examples

Encrypt a file interactively (prompts for password)$ ccencrypt myfile.txt
Decrypt a file to standard output$ ccdecrypt myfile.txt.cpt
Encrypt a file with password from command line$ ccencrypt -E mypassword myfile.txt