View Single Post
  #1 (permalink)  
Old Jan 2nd, 2008, 06:43
Monie Monie is offline
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
[SOLVED] Encrypted Password

I don't know if this is done through server side scripting (ASP/PHP) or maybe Javascript, but since this forum (PHP) is so popular, I posted it here to get some fast feedback

Ok, I have downloaded an ASP Forum from Web Wiz Guide and I went behind the forum code to see how they coded some "thing". It came to my attention to see how they manage to do the Encrypted Password.

Situation:

When we successfully register to the system (Username & Password), and went to the database to see the password field, all I can see is some numbers and alphabets combination.

My password is: monie, but in the database it displays this:

BC2BFC83DBD77018D12B980BE82933332B99977A

This is really a secure way of storing a password! Even the Admin guy of the forum doesn't know the user password!

So my typical simple direct question is, How to do that?

Thanks in advance.
Cheers...
Reply With Quote