搜索资源列表
Hash-SHA
- 密码算法中的单向散列函数之SHA算法的C代码-password algorithm for one-way hash algorithm SHA Function of C code
SHA512
- 本算法的输入时最大长度小于2128比特的消息串,输出是512比特的消息摘要,输入消息以1024比特的分组为单位进行处理。真实地模拟了SHA512散列函数发生器
MD5
- 安全散列函数MD5的源程序 ,主要部分,需要进行调试,
MD5散列函数的MATLAB代码
- MD5散列函数的MATLAB代码
hash
- 实现了hash散列函数的功能并有验证结果-Achieved a hash function hash function as well as to verify the results of
sha_core
- 安全散列函数的VERILOG实现,通过了fpga验证,在系统正可以直接当IP盒应用-Secure Hash Function VERILOG achieve, through the FPGA verification, the system is can be directly applied when the IP box
sha.tar
- sha1散列函数算法,sha1 hash function algorithm-sha1 hash function algorithm
beecrypt-4.1.2.tar
- 是一个正在进行的项目,提供强有力的和快速的加密形式的工具包使用的商业和开放源代码项目。库包括:随机数生成器,分组密码,散列函数,消息认证码-Is an ongoing project to provide a strong and fast encryption tool kit used in the form of commercial and open source projects. Library include: random number generator, block ciph
CalcMD5
- MD5散列函数的MATLAB代码M D5散列函数的MATLAB代码-MD5 Matlab
md5
- MD5加密算法,是散列函数最好的实现,应用于各种公钥加密算法中-MD5 encryption algorithm, hash function is best achieved, used in various public key encryption algorithm
SHA1
- SHA (Secure Hash Algorithm,译作安全散列算法) 是美国国家安全局 (NSA) 设计,美国国家标准与技术研究院 (NIST) 发布的一系列密码散列函数。-SHA-1
md5
- MD5是一种被广泛使用的“消息-摘要算法”。实际上就是一个单项散列函数。-MD5 is a widely used " message- digest algorithm." Is actually a single hash function.
123
- 针对DTCP内容保护协议,本文通过分析协议使用的密码算法,提出安全散列函数SHA一1、SHA一256,AES高级加密算法,素数域椭圆曲线点乘算法的硬件实现方法,有效地满足了DTCP内容保护协议对设备验证、传输数据加密的需求。-Aimed at DTCP content protection agreement, the paper analyzes agreement using cryptographic algorithms, puts forward secure hash functio
DelphiMd5
- DELPHI中MD5加密,Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护-DELPHI in the MD5 encryption, Message Digest Algorithm MD5 (Message Digest algorithm called Chinese Fifth Edition) is widely used in the field of computer securi
md5
- Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。该算法的文件号为RFC 1321(R.Rivest,MIT Laboratory for Computer Science and RSA Data Security Inc. April 1992)-Message Digest Algorithm MD5
2
- DES的加密解密算法,不属于散列函数。主函数缺少一些,请见谅-DES encrypt, decrypt the algorithm, do not belong to hash function main function lack some, please forgive me
MD5
- Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。-Message Digest Algorithm the MD5 (the Chinese called the message digest algorithm for the fifth edition of) a hash function widely used for the computer security field, to p
MD5
- Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数-A hash function Message Digest Algorithm MD5 (Message-Digest algorithm called Chinese Fifth Edition) is widely used in the field of computer security
sha
- 实现安全散列函数sha1,可对任意不超过2^64大小的文件进行操作,产生160bits的摘要,因本人较懒,注释较少,不过程序很好理解。是用c语言实现的。-Secure hash function sha1, can not exceed 2 ^ 64 any size file to operate, generate 160bits summary, because I am more lazy, notes less, but the program is well understood.
MD5散列函数的MATLAB代码
- 利用散列哈希函数对信息进行散列,产生一个定长的信息摘要,从而可实现消息的认证和完整性验证(Hash function is used to hash information to produce a certain length of information summary, which can realize message authentication and integrity verification.)