搜索资源列表
openssl_program(doc)
- openssl是一个功能丰富且自包含的开源安全工具箱。它提供的主要功能有:SSL协议实现(包括SSLv2、SSLv3和TLSv1)、大量软算法(对称/非对称/摘要)、大数运算、非对称算法密钥生成、ASN.1编解码库、证书请求(PKCS10)编解码、数字证书编解码、CRL编解码、OCSP协议、数字证书验证、PKCS7标准实现和PKCS12个人数字证书格式实现等功能。 openssl采用C语言作为开发语言,这使得它具有优秀的跨平台性能。openssl支持Linux、UNIX、windows、Ma
3DES
- DES及3DES算法源程序,标准C实现,可用于unix/linux/windows平台。-DES and 3DES algorithm source code, the standard C implementation, can be used for unix/linux/windows platform.
Base64
- C实现的base64加密算法,经测可用,可以用来加密数据,在linux下可用!-Base64 encryption algorithm implemented in C, measured by available and can be used to encrypt data, can be used in linux!