Functions Php

echo "Encrypting testing using md5: ".md5("testing");
echo "";
echo "Encrypting testing using sha1: ".sha1("testing");
?>