This system can realize 16-bit and 32-bit MD5 encryption and decryption. The specific features are as follows:
1. Realize 16-bit and 32-bit MD5 encryption and decryption by comparing the original MD5 value and the encrypted value through database query.
2. Every time the user encrypts, the program will automatically query the database. If there is no such data in the database, it will automatically supplement the database.
3. When decrypting, automatically determine the MD5 digit.
4. It has a powerful management background, which has the function of batch generating MD5 data. It can generate 5,000 pieces of MD5 data in 10 seconds. Currently, there are 20,000 MD5 encryption passwords in the system database (the MD5 encryption passwords range from 1 to 20,000). decryptable)
5. The background realizes the modification, deletion and fuzzy query functions of MD5 data.
6. Implement the addition, deletion and modification of administrator data.
Additional information:
The background address path of this program: /admin/login.asp
The default username and password are: admin and the authentication code is: QQ9155658
To modify the authentication code, please go directly to /admin/Chklogin.asp to modify it. Please go directly to the management background to modify the user name and password.
Expand