botan@2

C++ cryptographic library with algorithms and encoding formats

brewmacoslinux
Try with needOr install directly
Source

About

Cryptographic algorithms and formats library in C++

Commands

botan

Examples

Generate a random number in hexadecimal format$ botan rng 16
Hash a file using SHA-256$ botan hash SHA-256 /path/to/file
Generate an RSA key pair$ botan keygen rsa 2048