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.