搜索资源列表
PrjTestForMapCodeBase32
- 加密解密算法 32位哈希加密 这是一个包含测试环境的工程,运行可以测试结果.-encryption and decryption algorithms 32 Haxijia secret This is a test environment includes the engineering, operational test results.
md5加密器
- MD5加密器,可自行对任何数据进行加密,加密后的数字以16位和32位分别显示-MD5 encryption device, on its own any data encryption, encrypted the figure to 16 and 32, respectively
QQST
- 本系统功能强大,自动生成html静态页,占用资源少,可自定义模板 密码32位md5加密 -powerful the system, automatically generate static html page occupy less resources available from the template definition 32 md5 password encryption
BBSdfbdgdr
- 如果遇到MD5加密文件,而又不知道密码的, 请在数据库中换上这组加密的数据吧 16位:7a57a5a743894a0e 32位:21232f297a57a5a743894a0e4a801fc3 那么密码就是admin-if they MD5 encryption, and do not know the password. please database with a group of encrypted data it 16 : 7a57a5a743894a0e 32
CS2003081aes
- 非常经典的AES加密算法接口及演示程序 ,可作课程设计使用 (* 介绍 *) AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支
MD52006-7-18
- 主流的32位MD5加密算法在.NET2003平台上的实现(WINFORM模式)例子,如果你希望给自己的项目加入安全机制但却对MD5加密未曾接触,那可能这个例子可以给你一点帮助-mainstream 32 MD5 encryption algorithm.NET2003 platform achievement (WINFORM mode) example, if you want to own the item by adding security mechanisms but right MD
sanpack_rsa_vs2003sln_src
- 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应
desende
- 自己编的DES加密、解密算法,可实现windows下任何文件的加密、解密,尤其适用使用公用电脑而一些私人的文件不想被别人看到的情况,可设置八个字节的密钥,也就是每一位可以从0到255,这样对方就算已知置换矩阵和S盒的情况下用穷举法破解的难度也在2的32次幂,还是相当安全的。 加密:DESencrypt.exe 解密:DESdecrypt.exe-own addendum to the DES encryption, decryption algorithms can be realize
Encryption
- keelog加密解密算法,32位长度,永不重复
MD5加密算法(16位,32)
- MD5加密算法(16位,32位)的C#实现 -MD5 encryption algorithm (16, 32) C#
des-linux-1.0.tar.gz 3DES加解密C源码
- 3DES加解密C源码,32位。内带makefile。以验证可用,3DES encryption and decryption C source, 32. Within the band makefile. Can be used to verify
Elgamal.rar
- 本项目实现Elgalma体制的加解密,公私钥生成后分别放于不同的文件中。用该密码体制实现了对任意数据类型的加解密以及实现了数据签名验证算法。本项目中我实现的是32位的算法。其中,数字签名验证算法是对hash摘要值(SHA-1算法产生的)进行签名,并进行验证。,The project implementation Elgalma system encryption and decryption, public and private key to generate, after put in a
MyRSA
- 用VC编写的32位RSA加解密算法程序,采用控制台输入输出方式,加密速度达到800kb/s.绝对原创。-Written by VC RSA encryption and decryption algorithm 32-bit program, using the console input and output, encryption speeds of up to 800kb/s. absolute originality.
MD5Code
- md5编码器,用于用户注册系统的密码加密功能,返回的32为字符串-md5 encoder for the user registration system encryption password, the return of 32 for the string
Encryption
- This function takes a 16-, 24-, or 32-byte key and generates the RC6 key schedule in array S.
AES
- Rijndael加密算法是分组长度可变的分组密码。分组长度,密钥长度可以为128,192,256比特。 假设加密的中间结果为状态State。状态State可以用类似于元素为一字节的矩阵来表示,矩阵的行数为4,列数为Nb,Nb等于分组长度除以32。 -Rijndael encryption algorithm is the grouping variable length block cipher. Packet length, key length for the bit 128,192
Research-And-Development-Of-RSA-File-Encryption.ra
- 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应
Encryption-and-decryption-tools
- 简单的加密信息的小程序,功能很简单,ASCII码加减32位-Simple encryption information small programs, the function is very simple, ASCII and subtract 32 bits
Encryption
- This function takes a 16-, 24-, or 32-byte key and generates the RC6 key schedule in array S.
Encryption
- This function takes a 16-, 24-, or 32-byte key and generates the RC6 key schedule in array S.