搜索资源列表
kenel_crypto
- 内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-cbc (des,des_ede3,aes,b
linux-MD5
- 毕业设计,md5在linux下的性能测试,加了linux下的时间测试函数!当然也可以加密解密!-graduation design, md5 linux in the performance tests, the increase of time under linux test function! Of course, we can decrypt encrypted!
300_encrypt
- 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests:
MD5
- DELPHI MD5加密 1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。 2、MD5String为加密字符串。 3、MD5File为加密这个文件。 4、MD5Print是将加密后的密文转换成字符串。 5、MD5Match是用来比较密文是否一致。-DELPHI MD5 encryption 1, MD5String, MD5File, MD5Print, MD5Match the four f
MD5
- 标准C++写的使用MD5算法加密和解密的代码,这个代码测试可以使用。-Written in standard C++ using the MD5 algorithm to encrypt and decrypt the code, this code test can be used.
MD5andKL
- 此文件上传的主要原因是他能够加密解密MD5-The file is mainly due to he was able to decrypt MD5 encryption
RSA_MD5
- encrypt and decrypt RSA-MD5
MD5
- 使用MD5算法对指定TXT文档内的内容进行加密。可反向进行解密。-MD5 algorithm used within the specified TXT encrypt the contents of the document. Can decrypt the reverse.
c-md5
- 数据加密的基本过程就是对原来为明文的文件或数据按某种算法进行处理,使其成为不可读的一段代码,通常称为“密文”,使其只能在输入相应的密钥之后才能显示出本来内容,通过这样的途径来达到保护数据不被非法人窃取、阅读的目的。 该过程的逆过程为解密,即将该编码信息转化为其原来数据的过程。 是MD5算法设计 -The basic process of data encryption is to express the original documents or data processed by a
socket-telecommunication
- socket两进程间的通性,telecommunication between two processes based on socket ,and use MD5 and RSA encrypt and decrypt-telecommunication between two processes based on socket ,and use MD5 and RSA encrypt and decrypt
MD5
- 使用MD5算法的一个文件加密和解密系统。-MD5 algorithm used to encrypt and decrypt a file system.
MD5
- 方便对加密数据进行MD5解密,集合众多的MD5解密网站,可以通过软件在线破解MD5密码。-Facilitate the decryption of encrypted data to MD5, MD5 decrypt a large number of collection sites, online software can crack MD5 passwords.
3ec3cba
- MD5提供基本加密设施为lua5.1:一个哈希(摘要) 功能,对隐窝/解密基于MD5和CFB,和一对隐窝/解密 对DES使用56位密钥。-MD5 offers basic cryptographic facilities for Lua 5.1: a hash (digest) function, a pair crypt/decrypt based on MD5 and CFB, and a pair crypt/decrypt based on DES with 56-bit
MD5
- MD5加密解密工具,新出现的MD5值自动加到数据库,本地找不到继续到网络上找,网络上找不到就生成新的Md5比对。-The MD5 encrypts to decrypt tool, lately- appeared MD5 valueses automatically add a database, local can not find to continue to seek in the network, can not find born new Md5 to compare a right
jiami
- 采用DES/MD5算法,多线程同时加密,支持解密,可移植,可匿名或者注册用户(保留加密记录)登录。-use DES/MD5 arithmetic,multithreads encrypt and decrypt,can copy and remove from one pc to another,can anonymity login or register login(save the encrypt records)
clsMD5
- 一个可以把字符串用MD5加密,并解密的应用类-MDB Concrypt And Decrypt
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, decrypt algorithm, and finally in
md5
- MD5 Crypt/Decrypt Algorithm. Written in C++.
md5a
- MD5的加解密程序。能够加解密文档,是学习秘密学和c语言的比较好的范例。-The MD5 encryption and decryption process. Be able to encrypt and decrypt documents, is a good example to learn the secret science and c language.
MD5-Encryption-Algorithm-VCPP
- MD5是一个安全的散列算法,输入两个不同的明文不会得到相同的输出值,根据输出值,不能得到原始的明文,即其过程不可逆;所以要解密MD5没有现成的算法,只能用穷举法,把可能出现的明文,用MD5算法散列之后,把得到的散列值和原始的数据形成一个一对一的映射表,通过比在表中比破解密码的MD5算法散列值,通过匹配从映射表中找出破解密码所对应的原始明文。 对信息系统或者网站系统来说,MD5算法主要用在用户注册口令的加密,对于普通强度的口令加密,可以通过以下三种方式进行破解: (1)在线查询密码。一些在