php-windows Digest 5 Dec 2003 12:07:01 -0000 Issue 2030
Topics (messages 22325 through 22328):
md5 password with javascirpt
22325 by: Exiang
22327 by: Piotr Pluciennik
22328 by: N.A.Morgan.bton.ac.uk
how to prevent resend data after press refresh button
22326 by: TAN HENG CHAN
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi,
question: how to encode a password in client side with javascipt..
thanx.
regards,
exiang
--- End Message ---
--- Begin Message ---
Hi,
There is widely used script called md5.js with all
necessary functions - I've seen it in lot of places,
but currently don't remember where. Try to search...
HTH
Piotr
--- Exiang <[EMAIL PROTECTED]> wrote:
> Hi,
> question: how to encode a password in client side
> with javascipt..
>
> thanx.
>
> regards,
> exiang
>
>
>
__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
--- End Message ---
--- Begin Message ---
Try this site: http://pajhome.org.uk/ for the MD5.js file.
Lots of security tips and tricks.
-----Original Message-----
From: Exiang [mailto:[EMAIL PROTECTED]
Sent: 05 December 2003 08:39
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] md5 password with javascirpt
Hi,
question: how to encode a password in client side with javascipt..
thanx.
regards,
exiang
--- End Message ---
--- Begin Message ---
I have main login page (index.php) which have 2 field user id and password, after key
in User ID and Password, i will register the user id as as session variable, then page
will redirect to process.php, and in this page i have a logout button which will
redirect to logout.php and do: session_unset(); and session_destroy();.
After logout, i right click on back and click on index.php the page expired message
appear and i press refresh button and the alert came out and ask for resend data and i
press yes to resend data, the page will directly goto process.php and not remain on
index.php, how can i make it stay on index.php, please help
---------------------------------
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
--- End Message ---