Re: [Twisted-Python] Authenticating with md5 hashed passwords

2010-02-15 Thread exarkun
On 06:35 pm, r...@cttc.upc.edu wrote: >Jean-Paul, > >On Mon, 2010-02-15 at 16:45 +, exar...@twistedmatrix.com wrote: >> >checker, but as you have said this is going to be deprecated. >> >>This discussion has led me to realize that checkMD5Password probably >>shouldn't be deprecated. Instead th

Re: [Twisted-Python] Authenticating with md5 hashed passwords

2010-02-15 Thread Ramiro Alba Queipo
Jean-Paul, On Mon, 2010-02-15 at 16:45 +, exar...@twistedmatrix.com wrote: > >checker, but as you have said this is going to be deprecated. > > This discussion has led me to realize that checkMD5Password probably > shouldn't be deprecated. Instead the documentation should be fixed so > tha

Re: [Twisted-Python] Authenticating with md5 hashed passwords

2010-02-15 Thread exarkun
On 04:32 pm, r...@cttc.upc.edu wrote: >Jean-Paul: > >On Mon, 2010-02-15 at 13:25 +, exar...@twistedmatrix.com wrote: >> >>What do you mean when you say you're using plain text passwords? >> >>Authentication involves multiple parties handling the password in >> >>multiple ways, and the "plain te

Re: [Twisted-Python] Authenticating with md5 hashed passwords

2010-02-15 Thread Ramiro Alba Queipo
Jean-Paul: On Mon, 2010-02-15 at 13:25 +, exar...@twistedmatrix.com wrote: > >>What do you mean when you say you're using plain text passwords? > >>Authentication involves multiple parties handling the password in > >>multiple ways, and the "plain text"-ness of the password changes from > >>st

Re: [Twisted-Python] Authenticating with md5 hashed passwords

2010-02-15 Thread exarkun
On 09:54 am, r...@cttc.upc.edu wrote: >Jean-Paul, > >Thanks for your answers. Answers bellow. Also attachments of >client/server application tests. > >On Fri, 2010-02-12 at 20:06 +, exar...@twistedmatrix.com wrote: >>On 06:03 pm, r...@cttc.upc.edu wrote: >> >Hello everybody, >> > >> >I am tryin

Re: [Twisted-Python] Authenticating with md5 hashed passwords

2010-02-15 Thread Ramiro Alba Queipo
Jean-Paul, Thanks for your answers. Answers bellow. Also attachments of client/server application tests. On Fri, 2010-02-12 at 20:06 +, exar...@twistedmatrix.com wrote: > On 06:03 pm, r...@cttc.upc.edu wrote: > >Hello everybody, > > > >I am trying to build a a client/server application using

Re: [Twisted-Python] Authenticating with md5 hashed passwords

2010-02-12 Thread exarkun
On 06:03 pm, r...@cttc.upc.edu wrote: >Hello everybody, > >I am trying to build a a client/server application using Perspective >Broker and wanting to authenticate against a PostgreSQL database. >Everything works fine if I user plain text passwords, but when trying >to >hash then using md5 using

[Twisted-Python] Authenticating with md5 hashed passwords

2010-02-12 Thread Ramiro Alba Queipo
Hello everybody, I am trying to build a a client/server application using Perspective Broker and wanting to authenticate against a PostgreSQL database. Everything works fine if I user plain text passwords, but when trying to hash then using md5 using from hashlib import md5 md5Password = md5(pass