搜索资源列表
pki
- 完成数字证书加密,解密,完成数字证书列表处理等功能,并结合数据库实现了数字证书应用方面的功能-complete digital certificate encryption, decryption, digital certificate complete list processing and other functions, combining database and a digital certificate application of functional
介绍LDAP
- 介绍一种存储结构,LDAP,可用于数字证书等平面数据库信息的存储等。-introduced a storage structure, LDAP, can be used for digital certificate plane database information storage.
nss-3.1.1.tar
- 支持SSL v2/v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509v3证书等安全协议或标准的开发库编译用到NSPR-Support for SSL v2/v3, TLS, PKCS# 5, PKCS# 7, PKCS# 11, PKCS# 12, S/MIME, X.509v3 certificate security protocols or standards used to develop database to co
key
- 通过miracl大数库生成rsa密钥,并通过diffie-hellman算法交换密钥-Miracl large numbers through the database to generate rsa key, and algorithm diffie-hellman key exchange
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
GRS-V1.2
- a server client application. Database is used as acce-a server client application. Database is used as access
ejbca_3_9_3
- EJBCA是一个完整功能的证书认证程序,完全用 Java编写,使用J2EE(Java2 Enterprise Edition, Java2企业版)技术。它建造在J2EE平台之上,是一个开放的、健壮的、高性能的、平台独立的、灵活的和基于组件的CA,可以被单独使用或集成到其它J2EE应用程序中,并且它还提供了一个灵活强大的基于 Web的用户图形界面。由于它实现了WPKI中的几乎所有重要的部件,比如RA (Registration Authority,注册中心), CA(Certification A
MIRACL-Module-Documentation
- RSA算法中用到的大数运算,此为数据库。即miracl。其中包括代码,用户说明书,以及代码说明。欢迎参考!-Large numbers used in RSA algorithm calculations, this is the database. That miracl. Including code, user manual, and code descr iption. Welcome reference!
signature
- 根据从数据库中读取信息,之后通过CA进行公钥和私钥的分发,进行签名认证。 使用时进行验证签名。-According to information read from the database, followed by the CA public key and private key distribution, for signature verification. Used to verify signatures.
Decrypt.rar
- 加密的几种常用的源码包,应用于数据库表部分字段的加密,图象文件等文档加密,双方通信时数据加密传输防他人网络截取信息。非对称RSA或ECC公钥加密私钥解密或者可用于数字签名 对称加密AES或者DES,56位的DES加密,128位或192位或256位AES加解密通常可设随便的密码长度,其它位用常字符代替;非对称加密多要先因式分解,对称加密多就移位处理。,Several common source package encryption, encryption, image files, and oth
HHmmckq
- access 密码查看器,对未知密码可以直接浏览-access database psw tools
jm
- 一,产生密钥(算法实现可参照文档后的<附件1>KeyGeN.asp) 与<附件1>不同的是,实际要求密钥存放在字符串接受方数据库表KeyPool中,表结构如下: 1,personalID{主码} 2,secret_key{密钥,数据类型最好用text,与实际代码密钥生成长度有关} 3,serverTime{密钥生成时间,用以检验密钥是否失效} 接受方发现密钥失效,则拒绝验证 二,字符串加密(算法实现可参照文档后的<附