搜索资源列表
security
- 说明: 1、里面有什么: 1.1、org.bouncycastle.*下的所有软件是bouncycastle组织开发的软件包 1.2、org.infosecurity.*下的软件包括: DES_CBC算法的实现 RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证) 数字信封的实现 利用数字信封实现大文件的加密、解密。 2、有什么用: 2.1 研究、学习信息安全中的密码学设计与实现技术。 2
kmov
- 对数字签名KMOV算法的可行性验证的编程实现
openssl_program(doc)
- openssl是一个功能丰富且自包含的开源安全工具箱。它提供的主要功能有:SSL协议实现(包括SSLv2、SSLv3和TLSv1)、大量软算法(对称/非对称/摘要)、大数运算、非对称算法密钥生成、ASN.1编解码库、证书请求(PKCS10)编解码、数字证书编解码、CRL编解码、OCSP协议、数字证书验证、PKCS7标准实现和PKCS12个人数字证书格式实现等功能。 openssl采用C语言作为开发语言,这使得它具有优秀的跨平台性能。openssl支持Linux、UNIX、windows、Ma
RSA
- 使用rsa算法实现数据的加密解密和数据验证验签-Using the data of the rsa algorithms realize encrypt, decrypt and data validation check signing
Service
- 采用SOA架构以Web服务的形式实现了对电子病历的签名和认证(其中的签名和验证算法均采用OpenSSL)同时内含数据库操作运行前应先安装数据库-Using SOA architecture to Web services in the form of implementation of electronic medical records for the signature and certification (including the signature and verification a
Decrypted-DCW-Viaccess-3
- Decrypted DCW Viaccess 3 By Kasita Botonnou V1 内含最新VIACCESS 3.0算法关键源代码(C语言)及解密验证程序。-Decrypted DCW Viaccess 3 By Kasita Botonnou V1
bn
- 大数运算的一些函数和程序,验证通过,RSA算法需要的-Computation of large numbers of functions and procedures, verify through the RSA algorithm needs
sha1_cpp
- 安全哈希算法 sha1的C++实现,在visual stdio 2008验证过-Secure hash algorithm sha1 C++ achieve visual stdio 2008 verified
sha-256
- sha256的签名算法,纯C实现,已验证正确,在控制台上直接运行即可,-sha256 signature algorithm, pure C implementation ,has been verified properly and can be run directly on the console.
MD5
- MD5算法,用于对消息的完整性进行认证,通过MD5算法生成输入消息的数字指纹,通过数字指纹可以验证数据的完整性。-The integrity of the MD5 algorithm, and used for message authentication, digital fingerprint input message generated by MD5 algorithm, through the digital fingerprint can validate data integrit
AES
- 用C编写AES算法并调试通过,包括了AES的生成流程,验证可用!-Written in C AES algorithm and debugging, including AES generation process to verify availability!
desencodealgorithm
- matlab编写的des加密算法,经过验证,不需要修改,直接运行-matlab prepared des encryption algorithm, after verification, without modification, directly run
jm
- 一,产生密钥(算法实现可参照文档后的<附件1>KeyGeN.asp) 与<附件1>不同的是,实际要求密钥存放在字符串接受方数据库表KeyPool中,表结构如下: 1,personalID{主码} 2,secret_key{密钥,数据类型最好用text,与实际代码密钥生成长度有关} 3,serverTime{密钥生成时间,用以检验密钥是否失效} 接受方发现密钥失效,则拒绝验证 二,字符串加密(算法实现可参照文档后的<附
DESwithHmac
- des加密算法及hmac验证,可用于加密文件-des encryption
SM3
- sm3算法源码,.c,.h,需要自己验证-sm3 source code