搜索资源列表
openssl_program(doc)
- openssl是一个功能丰富且自包含的开源安全工具箱。它提供的主要功能有:SSL协议实现(包括SSLv2、SSLv3和TLSv1)、大量软算法(对称/非对称/摘要)、大数运算、非对称算法密钥生成、ASN.1编解码库、证书请求(PKCS10)编解码、数字证书编解码、CRL编解码、OCSP协议、数字证书验证、PKCS7标准实现和PKCS12个人数字证书格式实现等功能。 openssl采用C语言作为开发语言,这使得它具有优秀的跨平台性能。openssl支持Linux、UNIX、windows、Ma
DES
- 数据加密标准算法的程序实现,用C语言实现的,已经编译通过,可以放心使用-Data Encryption Standard algorithm
RSAWithGa
- 一种新的RSA算法,使用Viaual C++实现。作为目前最有影响力的公钥加密算法,RSA已被ISO推荐为公钥数据加密标准。-One kind the new RSA algorithm Viaual C++ achieve. As the most influential public key encryption algorithm, RSA has been ISO recommended as public key data encryption standard.
des
- DES标准C源码,供实验使用。可以很好的用于实验。-DES standard C source code for experimental use.
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.
DES
- 正式数据加密标准的des加密算法,基于C语言的-Official data encryption standard des encryption algorithm
My_3DES
- 标准3DES算法,带加密和解密功能,VC6平台编译,C语言编写,容易可移植。-Standard 3DES algorithm, with encryption and decryption functions, VC6 platform compiler, C language, easily portable.
SM2
- 国密标准算法SM2的C语言实现,基于Openssl源码提取和修改而成。-The C project of SM2 algorithm, based on openssl source code.