C++ 加密算法库:Botan 1.9.11 发布 - 下载
Botan 1.9.11 发布。Botan 是一个 C 的加密算法库,支持 AES, DES, SHA-1, RSA, DSA, Diffie-Hellman 等多种算法,支持 X.509 认证以及CRLs 和 PKCS #10。Changes:
1. This release fixes a bug that prevented negotiating TLS connections using RC4.
2. Bugs in CRL encoding and decoding were also fixed.
3. New functions for hex and base64 encoding that... do not require using a Pipe were added.
4. The memory container types have changed in various ways to be more compatible with STL containers.
5. The Skein implementation was updated to match the 1.3 specification.
6. The dynamically loaded engine code now supports Windows as well as Unix
查看 Botan 示例代码。
下载地址:http://botan.randombit.net/download.html。
补充:综合编程 , 安全编程 ,