beecrypt

C/C++ cryptography library providing encryption and hashing

brewmacoslinux
Try with needOr install directly
Source

About

C/C++ cryptography library

Commands

beecrypt

Examples

Generate a SHA-256 hash of a file$ beecrypt -h sha256 file.txt
Encrypt a file using AES encryption$ beecrypt -e aes file.txt -o file.encrypted
Display available hash algorithms$ beecrypt --help