Cryptographic algorithms and formats library for C++
Cryptographic algorithms and formats library in C++
botan$ botan keygen --algo=RSA --bits=2048$ botan hash --algo=SHA-256 /path/to/file$ botan encrypt --cipher=AES-256 --password mypassword /path/to/file$ botan decrypt --password mypassword /path/to/encrypted/file$ botan sign --key=/path/to/private/key /path/to/file