搜索资源列表
PairKeyExample
- java版的非对称加密程序,可能比较简单,但是涉及到相关的算法-java version of the non-symmetric encryption procedures, may be rather simple, but relates to the algorithm
PairKeyExample
- 用JAVA实现文件的非对称加密,其中发含对非对称加密的流程解析-using JAVA documents asymmetric encryption, which made containing the non-symmetric encryption process analytical
Strand
- 提出了Strand空间模型中证明安全协议的一个新思路,它从安全密钥的概念出发,参照基于理想概念的 证明方法,得出证明所需的预备结论,从而对协议的秘密属性与认证属性进行证明。此外,还给出了一个针对 Yahalom.BAN协议安全性的证明实例,从中可以看到该思路非常适于采用对称加密体制且具有密钥分发功能的三 方认证协议的证明,并且它还使得证明过程简洁而直观。-the Strand space model to prove the safety of a new agreement ide
USBPass3.0
- USBPass3.0是基于U盘的物理磁盘、采用高效对称加密算法实现加密的一种用于软件授权或者身份认证的组件。因为它是对物理磁盘进行操作的,所以能够允许用户随意格式化U盘,而加密信息不丢失,省去了烦琐的加密信息备份过程。 USBPass3.0采用了双重密码的加密方式,包含了高级密码(开发者的密码)、用户密码(软件发布时,每一个用户都有一个密码,防止软件授权被随便使用)。高级密码拥有最高权限,可以读取加密信息(不触发授权限制条件),修改密码(在修改用户密码时,必须提供高级密码);而用户密码只可以
syllabus
- 可以为开发带来优势 RC2IV //RC2的初始化向量 } //员工对象 class EzonePerson { //RSA(非对称加密对象)-can bring advantages for the development RC2IV / / RC2 initialization vector) / / Object class EzonePerson staff (/ / RSA (asymmetric encryption object)
dh123456
- DH算法的相关资料是一种不对称加密算法,希望对相关者有所帮助-DH relevant information on the algorithm is an asymmetric encryption algorithm, and I hope to help stakeholders
des
- 对称加密算法des实现,c程序编写,在visual c++下运行。-Symmetric encryption algorithm des achieve, c programming in visual c++ run.
CryptAPI
- CryptAPI是微软在Windows系统中嵌入的一套公钥体质,提供对称加密、非对称加密、散列、签名等密码学的借口。Wcrypt2.dcu是把C语言的CryptAPI包翻译为Delphi中的借口文件。
DES
- 通过c#来实现对称加密算法DES算法,用于网络安全-the realization of DES algorithm
1
- 参照PGP,实现一个文件加密系统,包括对称加密,非对称加密和数字签名等功能。 可选开发语言工具:Openssl VC .net java -Reference to PGP, the realization of a file encryption system, including symmetric encryption, asymmetric encryption and digital signature functions. Optional tool for the
FileEncryptionAndDecryption
- C#加解密文件,可以自己创建私有密钥对文件进行加密与解密,IO对称加解密操作,强度很高,无私钥与解密算法情况下可逆性几乎为零。。VS2003/VS2005下编译通过-C# file encryption and decryption, you can create your own private key to encrypt and decrypt files, IO symmetric encryption and decryption operations, a high intensit
pkcs11
- 通过openssl引擎实现密码运算,包含对称加密、解密、签名、验证、摘要运算的例子。-Through the openssl engine implements cryptographic operations, including symmetric encryption, decryption, signature verification, summary operations examples.
CryptoPPInteropSign
- 使用先生成一个密码a(数据少),再用自己私钥对a进行非对称加密, 加密后,用对方的公钥对加密后的数据进行非对称加密。生成密文b 然后,用密码a对大文档进行对称加密。生成密文c 把b、c发给对方。 对方收到b、c后,解密。 解密过程正好相反。 将b用自己的私钥解密,再用对方的公钥解密,解出密码d, 再用密码d对c解密。OK 这样可以保证,自己的合法性,只有自己有自己的私钥, 对方,用对方的公钥加密后,只有对方用他的私钥才解得开
EncryptedTcp
- 利用同步TCP传递会话数据,包含客户端和服务器端,使用不对称加密算法加密对称加密算法的密钥,使用对称算法加密会话信息-The use of simultaneous TCP transfer session data, including client and server side, using an asymmetric encryption algorithm to encrypt the symmetric key encryption algorithm, using symmetri
CSharp_password
- C#非对称加密例子,供大家下载学习,不可多得 的好例子。-C# example of asymmetric encryption for all to download the study, a rare good example.
NET-Security-Program(CSharp)
- .net安全编程,包括各种对称和非对称加密算法。-failed to translate
43.encryption-of-tcehnique
- DES加密技术,一种现代的常用非对称加密技术。-DES,one encryption of tcehnique
bf_cbc
- openssl中的blowfish对称加密算法,c语言实现-openssl- blowfish algorithm, C to achieve
证书加密解密
- 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字
AesDemo
- android中使用的非对称加密AES加密解密。(android encryption and Decrypt)