// archives

Tools

This category contains posts

Functions Inc.

Functions Inc. is a new site I've started for all you guys to add your code snippets to. It's an online code snippet repository where you can add your useful snippets, as well as view others. You can keep your snippets private, just using the site as an online code library, or choose to share […]

Online .htpasswd Generator

Use the following .htpasswd generator to secure your Apache web directories.
Your browser does not support IFRAMES. Please view the generator at http://edrackham.com/tutorials/online-htpasswd-generator/
Make sure you have a .htaccess and .htpasswd file in the directory you want to secure, then add the entries once you've generated your password.

Online MD5 Hash Generator

Here is a simple MD5 hash generator I created quickly as part of a useful toolset I'm planning to build up.
Your browser doesn't support IFRAMES. You can see the MD5 hash generator here.
The code to generate an MD5 hash using PHP is simple:

md5($string_to_convert);

Most Emailed