md5 Generator

I’ve just added a md5 hash generator to the PHP Toolbox.

I find the need to generate and insert an md5 string into the database lots of times during production of web applications. The md5 generator is a quick way to encrypt passwords for users already created.

If your new to md5 encryption with php, you can read more about it at php.net.

Comments are closed.