bcrypt

Cross-platform file encryption utility using blowfish algorithm

brewmacoslinux
Try with needOr install directly
Source

About

Cross platform file encryption utility using blowfish

Commands

bcrypt

Examples

Encrypt a file with bcrypt$ bcrypt myfile.txt
Decrypt a bcrypt encrypted file$ bcrypt myfile.txt.bfe
Encrypt a file and specify output location$ bcrypt -o encrypted_file.bfe myfile.txt