搜索资源列表
ptptl-0.2.tar.gz
- 一个用于点对点传输加密的工具包源码,使用了CA
cli
- 使用openssl的SSL下的SOCKET客户端-openssl use of the SSL client SOCKET
serv
- 使用openssl的SSL下SOCKET服务器端-use openssl SSL server under SOCKET
Md5Test
- 本例是用md5做为数据校验的算法防止自己的程序被篡改的小例子。有些可执行程序,当被改了资源时再运行会有文件已损坏的提示,这就是使用了数据校验。当然你可以使用个性化的,比如des作为数字签名,那样安全性更高。具体请见代码及注释.-cases is the use of data as md5 checksum algorithm to prevent their own procedures be tampered with small examples. Some of the executa
cryptoapi
- cryptoapi培训教程,使用Microsoft提供的加密应用程序接口CryptoAPI,可以使开发人员轻松地在应用程序中加入强大的保证数据安全性的功能。-CryptoAPI Training Guide, the use of the Microsoft encryption CryptoAPI application programming interface that enables developers to easily in the application process to j
KeyFile
- 用C#处理数字证书 使用System.Security.Cryptography.X509Certificate名称空间 System.Security.Cryptography.X509Certificate名称空间特别重要,因为它提供了开发人员处理数字签名的那些类. 提供了读取一个X.509证书的代码,和 使用不对称加密加密与解密数据的代码-C# using digital certificates System.Security.Cryptogra phy.X509C
dianzisuozichengxu
- 用汇编编写的电子锁子程序,已测试,可以使用,欢迎交流。-used to prepare a compilation of electronic locks subroutine has been testing can be used to welcome the exchange.
MD5hash
- VB md5的HASH算法 适合与RSA一块使用 -VB md5 HASH the RSA algorithm with a suitable use
DES_C_keil
- 1,这是比较流行的DES算法代码. 2,特别是在通讯方面比较常用. 3,此代码可以在KEIL C环境下使用.-1, which is more popular in the DES algorithm code. 2, particularly in the more commonly used communications. 3. this code can KEIL C environment.
Soft20060210162206769
- PRIM算法 一个基本的算法 可以和其他程序结合使用 加密 -EBLSS algorithm for a basic algorithm and other procedures with the use of encryption
zayoo_certtools
- 把signcode和makecert提供给大家,附带常用功能使用方法-put signcode and makecert available to everyone, incidental use of commonly used functions
AESproj
- 这是一个关于AES加密的算法类库,可方便使用-This is one of the AES encryption algorithm library, ease of use
YeeTooMD5P
- YeeTooMD5是免费的,开源的,它是在GPL许可下发布的,所有人都可以免费的使用它,修改它,并将它再次发布。 能够快速的计算出任意长度的字符串及任意类型文件的MD5值,并且用户能方便的检验结果. 能够输入MD5值,计算MD5计算值的匹配结果;可以打开任意文件并计算其MD5值。 -YeeTooMD5 is free, revenue, which is permitted under the GPL Release, everyone can use it free, modify
EDcodetxt
- 文本文件的加密和解密程序,本人经过使用很实用.-text file encryption and decryption procedures, I read a very practical use.
CopLockKeyLib
- 对PKCS11接口的封装,简单易用。开始CA项目时使用的类-right Packaging PKCS11 interface, simple and easy. CA project began when the category
md5c
- 是目前我见过的最好的DES算法程序,可以作为数据加密和认证使用。
AESencryption
- 使用AES高级加密标准在cdma2000赢通信系统中实现空中接口部分的数据加密。
A-key
- 在cdma2000移动通信系统中使用A-Key实现空中接口部分无线接入的身份验证和加密密钥的产生。
wenjianjiamijiemi
- 简单的文件加密解密程序很好的呀作为学习的例子很好使用的
Hash
- 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因為雜湊表搜尋在沒有碰撞(collision)及溢位(over