View Single Post
  #6 (permalink)  
Old Jan 3rd, 2008, 00:41
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
Re: Encrypted Password

Ok, I manage to do it using MD5. What you need to do is download the MD5.asp file and include then on top of your page (verify page and register form page)

HTML: Select all
 <!--#include file="MD5.asp"-->
 ..
 ..
Password = MD5(Request.Form("txtPassword"))
Thanks Rakuli
Cheers...

P/S: Could you move this thread to ASP? Thanks.
Reply With Quote