Botan is a BSD-licensed crypto library for C++ applications. It provides access to most major cryptographic algorithms.

learn more… | top users | synonyms

1
vote
1answer
274 views

Botan AES-256, 32 bit InitialVector

I currently have some code that works correctly with the LibTomCrypt libraries, but not with Botan (I am trying to convert it over to Botan). My (working) LibTomCrypt code: // read the initial ...
0
votes
0answers
77 views

Botan AES decryption failure

I´ve just discovered Botan and I'm trying to write a simple test application that encrypts and then decrypts a string using AES. This is the sample code I'm using: #include <iostream> #include ...
0
votes
0answers
50 views

compiling botan for mingw

Compiling botan for mingw I've run nmake to compile botan but I get this error: /ld.exe: cannot find -ladvapi32.lib collect2: ld returned 1 exit status NMAKE : fatal error U1077: ...