搜索资源列表
pki
- 完成数字证书加密,解密,完成数字证书列表处理等功能,并结合数据库实现了数字证书应用方面的功能-complete digital certificate encryption, decryption, digital certificate complete list processing and other functions, combining database and a digital certificate application of functional
usbdelphi
- USB编程源代码及中间库,可以灵活运用,进行加密解密程序,数字证书处理等用途
c#操作capicom读证书加密解密
- c#操作capicom读证书加密解密
c# CAPICOM读证书加密解密
- c# CAPICOM读证书加密解密
javacertificationoperations.ra
- java公钥加密私钥解密与数字证书的一个例子,很实用的。,java public key encryption and digital certificate private key to decrypt an example, it is practical.
11
- 完成基于公钥证书的非对称密钥分配工作 说明: (1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥证书和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥证书提供给对方后,分别在本地验证对方公钥证书是否可靠(假定A、B已经获得CA的公钥),然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的
cer
- 使用RSACryptoServiceProvider和X509Certificate2进行证书加密解密-RSACryptoServiceProvider and X509Certificate2 use for certificate encryption and decryption
ssl
- Android平台上实现SSL协议的通信。加密解密功能都有。密钥、证书都生成了。-SSL protocol communication on the Android platform. Encryption and decryption functions have. Keys, certificates are generated.
siganature
- 椭圆曲线签名 AES加密和解密 产生、获取、验证数字证书-ecc siganature
Other
- 控制服务以及证书加密,解密的代码,比较杂,可能对一些人有用-Control the service and encrypt and decrypt source code
TestCryptCalc
- 提供证书加密解密、签名验证、以及证书密钥解析功能 -A certificate encryption and decryption, signature verification and certificate key parsing
Java-encryption-technology
- 这里我们主要描述Java已经实现的一些加密解密算法,最后介绍数字证书-Here we describe the Java has been achieved mainly some encryption and decryption algorithms, digital certificates Finally,
WindowsFormsApplication1
- c# CAPICOM读证书加密解密,pfx文件-c# CAPICOM read certificate encryption and decryption
javaencode
- Java加密技术 pdf版,内容介绍BASE64、MD5、SHA、HMAC几种方法,主要描述Java已经实现的一些加密解密算法,最后介绍数字证书。-Java encryption technology PDF version, introduction BASE64, MD5, SHA, HMAC several methods, describes some of the Java has achieved encrypt, decrypt algorithm, and finally in
E02-FtpClientExample
- 实现字符串的加密解密,基于数字证书,可以导入导出密钥-A string encryption and decryption, based on the digital certificate, you can import and export keys
CSharpCreateCert
- C# 开发的一个创建证书的例子,支持批量生成,支持设置私钥密码、加密解密测试。-C# development of an example of creating a certificate, support batch generation, support for the private key password is set, encryption and decryption test.
RSA
- 完成基于公钥证书的非对称密钥分配工作 说明: (1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥证书和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥证书提供给对方后,分别在本地验证对方公钥证书是否可靠(假定A、B已经获得CA的公钥),然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的
makecert_exe
- makecert.exe工具,微软提供的用于生成证书加密解密的工具-makecert.exe tool used to generate the certificate provided by Microsoft encryption and decryption tool
cert.cs
- 创建数字证书并导出证书 可以使用数字证书进行加密解密操作-Create a digital certificate and export the certificate can use digital certificates for encryption and decryption operations
证书加密解密
- 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字