פשוט מאוד!!
אני רושם באנגלית כי זה רושם הפוך.
PHP קוד:
$pass="yourpassword"; //Your password.
$crypt=sha1($pass); // The first crypt of tha password with SHA1.
$lastcrypt = md5($crypt); This function crypt the SHA1 code to MD5 code so its convert this to SHA1 with MD5.
תהנה

.