+ Reply to Thread
Results 1 to 3 of 3

Thread: Secure Client-Side Scripting

  1. #1
    Moo indeed. killer_cow killer_cow's Avatar
    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. #2
    Da House Nerd greffov will become famous soon enough greffov's Avatar
    Join Date
    Dec 1969
    Location
    One CPU Lane
    Posts
    3,511
    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

  3. #3
    Registered User renegadeandy
    Join Date
    Mar 2004
    Location
    Scotland - Edinburgh
    Posts
    83
    Or you could use J2ME, which allows text to be sent securely to a server, text is hashed in a session, and compared against a db of users...?

    Thats how industry do it!
    "KEYBOARD FAILURE : PRESS F1 TO CONTINUE" - how retarded can bios get?

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts