Re: Securely storing passwords

2009-02-24 Thread Malcolm Tredinnick
On Tue, 2009-02-24 at 07:01 -0800, Mark Jones wrote: > How about integrating with something like OpenID? Not sure if it > would do the trick, but it might be a step in the right direction, > assuming the sites you are interoperating with are 'friendly' OAuth is the more appropriate tool in this

Re: Securely storing passwords

2009-02-24 Thread Eric Chamberlain
On Feb 24, 2009, at 3:49 AM, LaundroMat wrote: > > Hi - > > I'm working on a small django app that allows users to interact with > other websites where they have an account. Ofcourse, using this app > means providing your username and password for the other website. > > What are the most secure

Re: Securely storing passwords

2009-02-24 Thread Mark Jones
How about integrating with something like OpenID? Not sure if it would do the trick, but it might be a step in the right direction, assuming the sites you are interoperating with are 'friendly' On Feb 24, 5:49 am, LaundroMat wrote: > Hi - > > I'm working on a small django

Re: Securely storing passwords

2009-02-24 Thread Matthias Kestenholz
Hi, On Tue, Feb 24, 2009 at 12:49 PM, LaundroMat wrote: > > Hi - > > I'm working on a small django app that allows users to interact with > other websites where they have an account. Ofcourse, using this app > means providing your username and password for the other website.

Re: Securely storing passwords

2009-02-24 Thread Alex Gaynor
On Tue, Feb 24, 2009 at 6:49 AM, LaundroMat wrote: > > Hi - > > I'm working on a small django app that allows users to interact with > other websites where they have an account. Ofcourse, using this app > means providing your username and password for the other website. > >

Securely storing passwords

2009-02-24 Thread LaundroMat
Hi - I'm working on a small django app that allows users to interact with other websites where they have an account. Ofcourse, using this app means providing your username and password for the other website. What are the most secure ways of handling this information? I suppose encrypting the