Cryptographic algorithms and formats library for C++
Cryptographic algorithms and formats library in C++
botan
$ botan rng 32
$ botan hash sha256 /path/to/file
$ botan encrypt aes-256-cbc /path/to/plaintext --key=hexkey --iv=hexiv