05-08-2011, 09:19 AM
(This post was last modified: 05-08-2011, 09:20 AM by ★Cooldude★.)
I've modified the coding from my MD5 hasher to link to to a database to lookup sotred md5 hashes.
When you click encrypt, your md5 encrypted hash is displayed to you, and added to the database.
When you click decrypt, the database is read and if the md5 has is stored in the database it reads the un-encrypted string.
How to install:
Upload index.php onto your webhost. Then, in MySQL, import the SQL file. Then you are ready to go.
You will also have to edit index.php so that it has your database details.
Download link: here.
When you click encrypt, your md5 encrypted hash is displayed to you, and added to the database.
When you click decrypt, the database is read and if the md5 has is stored in the database it reads the un-encrypted string.
How to install:
Upload index.php onto your webhost. Then, in MySQL, import the SQL file. Then you are ready to go.
You will also have to edit index.php so that it has your database details.
Download link: here.