Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: web authentication 2008

by perlfan (Vicar)
on Jan 15, 2008 at 17:28 UTC ( [id://662513]=note: print w/replies, xml ) Need Help??


in reply to web authentication 2008

I never stopped liking challenge-response systems that send a locally computed hash of (username,password) over the 'net instead of the password itself. The only difference is that I use SHA1 or one of the "new" hashing algorithms.

I've been playing with CGI::Session lately as well, and I mostly like it - though it was not immediately obvious to me how to enforce a session at the top of a page...I figured out a hacky approach, but I intend on changing it.

I hope that helps.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://662513]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-25 08:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found