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
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
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
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
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
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
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
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