登录
首页 » Visual C++ » md5encode

md5encode

于 2013-09-09 发布 文件大小:6KB
0 124
下载积分: 1 下载次数: 6

代码说明:

  MD5加密算法,可以加密包含二进制数据的数据块,生成16字节MD5加密数据。(MD5 encryption algorithm to encrypt data blocks that contain binary data, generates a 16-byte MD5 encrypted data.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • NoobyProtect.x.src
    壳代码,对于学习壳编写的同学具有一定的参考价值,绝对经典(Shell code, written for students to learn the shell has a certain reference value, an absolute classic)
    2011-11-24 15:40:36下载
    积分:1
  • LCCrypto_Src
    本程序可以在 PE 文件的结尾增加一个新节,从而在已被“加密”的程序开始运行时,要求输入密码。(This procedure can be the end of the document in the PE to add a new section, which has been in the encryption process to start running when asked to enter a password.)
    2008-02-29 09:29:32下载
    积分:1
  • Windows_Password_Logger
    windows登陆密码信息拦截,获取明文口令。程序对不同系统做了处理,在2000,2003,xp,vista上都可以截取, 在2000,2003,xp中,通过UNICODE_STRING.Length 的高8位取xor key,如果密码是编码过的,则通过ntdll.RtlRunDecodeUnicodeString解码, vista则通过AdvApi32.CredIsProtectedW判断密码是否编码过,解码用AdvApi32.CredUnprotectW。(The windows Password intercept, access to the plaintext password. Processing program on a different system in 2000, 2003, xp, vista can intercept, 2000,2003, xp UNICODE_STRING.Length high eight take xor key if the password is encoded by the ntdll.RtlRunDecodeUnicodeString decoding, vista, to judge by AdvApi32.CredIsProtectedW and password whether encoding, decoding AdvApi32.CredUnprotectW.)
    2012-09-27 11:09:00下载
    积分:1
  • quantumkey
    量子密钥仿真 量子信息,BB84协议 量子密钥分配,安全通信,量子密码学,进十年内可能取代传统方法(the model of quantum key )
    2009-03-07 09:52:11下载
    积分:1
  • jiajiemi
    加解密算法的实现,内部包含有多个加解密算法的实现,(Encryption and decryption algorithm, contains a number of internal encryption algorithm,)
    2009-06-14 15:09:55下载
    积分:1
  • des-daima
    DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。虽然56位密钥的DES算法已经风光不在,而且常有用Des加密的明文被破译的报道,但是了解一下昔日美国的标准加密算法总是有益的,而且目前DES算法得到了广泛的应用,在某些场合,她仍然发挥着余热.(如:UNIX的密码算法就是以DES算法为基础的)。将其修改为三重DES也能抵抗破解。下面是关于如何实现DES算法的语言性描述:(DES ( Data Encryption Standard ) algorithm, in 1977 the U.S. government s official permission , is a 56 -bit key to encrypt 64 data . 56 keys of the DES algorithm scenery is not , and often with Des encryption expressly decipher reported , but look at the old standard encryption algorithm is always useful , but the DES algorithm has been widely used in a some occasions , she still plays a waste heat . (such as : UNIX password algorithm is DES algorithm -based ) . To modify the Triple DES is also resistant to cracking . The following is a description language on how to achieve the DES algorithm : )
    2012-04-28 10:01:59下载
    积分:1
  • mAffineCipher
    古典密码中的仿射密码的加密和解密用C语言来实现。(Classical affine password encryption and decryption using C language to achieve.)
    2011-10-30 10:37:30下载
    积分:1
  • duobiaotidai
    一个周期3的多表代替密码,第1个表由密钥字法产生(密钥字自拟),第2个表由洗牌法产生(注意,字母a~z与数字0~25一一对应),第三个表由公式法产生(数学公式自拟,注意它须是Z26上的一个一一变换)(a cycle of three multi-table instead of passwords, a table by key word method, (key word from the intended), Table No. 2 produced by shuffling method (note, a letter with a number of z ~ 0 ~ 25 he gathers), 3rd tables generated by the formula (from the proposed mathematical formula, it should pay attention to the Z26 is a transformation on January 1))
    2006-10-10 17:33:56下载
    积分:1
  • rsa
    rsa 实现代码,运用大数算法#include "afx.h" #include "Integer.h" #include <string> #include <iostream> using namespace std //构造大数对象并初始化为零 CInteger::CInteger() { m_nLength=1 for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0 } //解构大数对象 CInteger::~CInteger() { } /*大数比较 调用方式:N.Cmp(A) 返回值:若N<A返回-1;若N=A返回0;若N>A返回1 */ int CInteger::Cmp(CInteger& A)(#include "afx.h" #include "Integer.h" #include <string> #include <iostream> using namespace std //构造大数对象并初始化为零 CInteger::CInteger() { m_nLength=1 for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0 } //解构大数对象 CInteger::~CInteger() { } /*大数比较 调用方式:N.Cmp(A) 返回值:若N<A返回-1;若N=A返回0;若N>A返回1 */ int CInteger::Cmp(CInteger& A))
    2012-05-16 11:09:35下载
    积分:1
  • sha-256
    sha256的签名算法,纯C实现,已验证正确,在控制台上直接运行即可,(sha256 signature algorithm, pure C implementation ,has been verified properly and can be run directly on the console.)
    2021-04-28 16:08:43下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载