View Single Post
ישן 11-06-06, 18:34   # 15
Dan Zelniker
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 34
הודעות: 213

Dan Zelniker לא מחובר  

פשוט מאוד!!
אני רושם באנגלית כי זה רושם הפוך.
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
תהנה.
__________________
.Dan Zelniker
PHP Programmer.
Email : Dan@zelniker.com

Last edited by Dan Zelniker; 11-06-06 at 18:36..
  Reply With Quote