yeah, before everyone assumes it's the database md5 function, see original article using md5() before sending to the db:


<?php

$username = md5($_POST["username"]);
$passwd =...