Introduction - If you have any usage issues, please Google them yourself
MD5 encryption is one-way encryption algorithm, the so-called one-way encryption is only for data encryption, In other words, there is no way to encrypt the data after decryption. In the actual application is a database of user information encryption, when users create a new account or password, his message is not stored directly to the database, but after a subsequent preservation of encryption, so that even if such information was compromised, and can not immediately understand the true meaning of the information.
Packet : 29782174一个md5加密算法源码.zip filelist
global.h
Makefile
md5.h
md5c.c
mddriver.c
test-suite