[mod_python] Restricted area - how to protect passwords ?

Waitman Gobble waitman at waitman.net
Tue Oct 10 04:17:13 EDT 2006


Hi,

Take a look at how Yahoo mail login works... (the javascript)

i think they use a LGPL library if my memory isn't totally faulty....

Take care,

Waitman






durumdara wrote:
> Hi !
>
> I need to use restricted areas.
> The user can login by a common usr/pwd form.
>
> But I want to protect the password. Basically the data/content is 
> travelling in uncoded form on the net.
> If anyone use an interceptor utility, he/she can see the user names, 
> and passwords too...
>
> I know that banks are used https (ssl) for avoid auth. problems.
>
> The gmail is use very simple https/ssl trick - it is use this slow 
> method for login only, and later it use normal http connection.
>
> First question:
> Anyone knows about a method that I can safely use for password 
> protection ?
>
> Next:
> If not, how to build a simple https subsite to login safely (after 
> this I will use normal http).
>
> Thank you very much for your help:
> dd
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python



More information about the Mod_python mailing list