Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
MD5 algorithm source program, standard C implement
no vote
Application background Cross platform MD5 algorithm source program, standard C implementation, can be used for unix/linux/windows platform. -Multi-platformAlgorithm source code the, standard C implementation can, be used for unix/linux/windows platform. MD5 Key Technology MD5 MD5_CTX;MD5Init (& MD5);          Int i;Char encrypt[] unsigned = "admin"; //21232f297a57a5a743894a0e4a801fc3Char decrypt[16] unsigned;    MD5Update (& MD5, encrypt, strlen ((char *) encrypt));MD5Final (& MD5, decrypt);        Printf ("%s\n encryption:", encrypt);For (i=0; i< 16; i++){Printf ("%02x", decrypt[i]);}
绿林科技
2016-08-23
0
1
DES and 3DES algorithm source program, standard C
no vote
Application background Cross platform DES and 3DES algorithm source program, standard C implementation, can be used for unix/linux/windows platform.And 3DES algorithm source code the, standard C implementation which, can be used for unix/linux/windows platform. -DES Key Technology DES: , key:  , 0x67, 0xBE, 0x03, 0x7C, 0x41, 0x96, 0x6D, 0xDB, ,  , 0xA9, 0x37, 0x07, 0x49, 0xFC, 0x06, 0xE6,, 0xAF ,  , 0x60, 0x78, 0x32, 0xE8, 0xB3, 0x5A, 0x9C, 0x6D,DES3: ,  , 0x40,, 0xbb, 0x12, 0xdd, 0x6a, 0x82, 0x86,  , 0x7F, 0x35, 0x29, 0xd3, 0x54, 0xb4, 0xa0, 0x26,  , 0x40, 0xbb, 0x12,, 0xdd, 0x6a, 0x82,, 0x73, 0x86,,, 0x73 ,  , 0x49, 0x07, 0x37, 0xa9, 0xe6, 0xaf, 0xfc,, 0x06 ,  , 0x43, 0x01, 0xc5, 0x6b, 0x14, 0x00, 0xe7, 0xCE,   
绿林科技
2016-08-23
4
1
No more~