Nytro Posted March 3, 2013 Report Posted March 3, 2013 Botan C++ Crypto Algorithms Library 1.10.5Site botan.randombit.netBotan is a C++ library of cryptographic algorithms, including AES, DES, SHA-1, RSA, DSA, Diffie-Hellman, and many others. It also supports X.509 certificates and CRLs, and PKCS #10 certificate requests, and has a high level filter/pipe message processing system. The library is easily portable to most systems and compilers, and includes a substantial tutorial and API reference.Changes: A previously conditional operation in Montgomery multiplication and squaring is now always performed, removing a possible timing channel. A potential crash in the AES-NI implementation of the AES-192 key schedule (caused by misaligned loads) has been fixed. The correct flags for creating a shared library on OS X under Clang are now used, and a compile time incompatibility with Visual C++ 2012 has been fixed. Download:http://packetstormsecurity.com/files/download/120620/Botan-1.10.5.tgzSursa: Botan C++ Crypto Algorithms Library 1.10.5 ? Packet Storm Quote