|
|
#1 (permalink) |
|
Moo indeed.
Join Date: Dec 2002
Location: In a grassy field :D
Posts: 140
|
Secure Client-Side Scripting
Does it exist?
Im wanting to have a quick prompt (such as that provided by javascript) thats works within a single page asking a user to confirm his/her password so that he/she can continue, so either if with a correct password he/she recieves the necessary web data and with an incorrect password he/she recieves other web data (ie. a WRONG PASSWORD go away message) Of course a password is always sensitive material and I need to make sure no one can just view source the page and walk right into my system. I really want to get this working within a single page, but cant find any ways to safely do so. Any help would be most appreciated! Thanks in advance, KC
__________________
|
|
|
|
|
|
#2 (permalink) |
|
Da House Nerd
Join Date: Dec 1969
Location: One CPU Lane
Posts: 3,512
|
Have a look at yahoo's login system. They use a JavaScript implementation of the MD5 algorithm. You could use the md5 hash of the password instead of the password itself.
__________________
Linux virusscanner detected a virus: Windows 95 ... delete [Y/n] y ~ ~ :wq |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|