搜索资源列表
pki
- 完成数字证书加密,解密,完成数字证书列表处理等功能,并结合数据库实现了数字证书应用方面的功能-complete digital certificate encryption, decryption, digital certificate complete list processing and other functions, combining database and a digital certificate applicati
usbdelphi
- USB编程源代码及中间库,可以灵活运用,进行加密解密程序,数字证书处理等用途
c#操作capicom读证书加密解密
- c#操作capicom读证书加密解密
c# CAPICOM读证书加密解密
- c# CAPICOM读证书加密解密
KeyFile
- 用C#处理数字证书 使用System.Security.Cryptography.X509Certificate名称空间 System.Security.Cryptography.X509Certificate名称空间特别重要,因为它提供了开发人员处理数字签名的那些类. 提供了读取一个X.509证书的代码,和 使用不对称加密加密与解密数据的代码-C# using digital certificates Syste
pki
- 完成数字证书加密,解密,完成数字证书列表处理等功能,并结合数据库实现了数字证书应用方面的功能-complete digital certificate encryption, decryption, digital certificate complete list processing and other functions, combining database and a digital certificate applicati
usbdelphi
- USB编程源代码及中间库,可以灵活运用,进行加密解密程序,数字证书处理等用途-USB programming between source code and libraries, can be applied with flexibility, to carry out encryption and decryption procedures, deal with digital certificates, etc.
cer
- 使用RSACryptoServiceProvider和X509Certificate2进行证书加密解密-RSACryptoServiceProvider and X509Certificate2 use for certificate encryption and decryption
javacertificationoperations
- java公钥加密私钥解密与数字证书的一个例子,很实用的。-java public key encryption and digital certificate private key to decrypt an example, it is practical.
siganature
- 椭圆曲线签名 AES加密和解密 产生、获取、验证数字证书-ecc siganature
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)计算
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, decr
ssl
- Android平台上实现SSL协议的通信。加密解密功能都有。密钥、证书都生成了。-SSL protocol communication on the Android platform. Encryption and decryption functions have. Keys, certificates are generated.
E02-FtpClientExample
- 实现字符串的加密解密,基于数字证书,可以导入导出密钥-A string encryption and decryption, based on the digital certificate, you can import and export keys
makecert_exe
- makecert.exe工具,微软提供的用于生成证书加密解密的工具-makecert.exe tool used to generate the certificate provided by Microsoft encryption and decryption tool
证书加密解密
- 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文