Re: Client-side hashing of passwords before logging in

2006-03-24 Thread SmileyChris
Meh. It's a "wontfix". --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to

Re: Client-side hashing of passwords before logging in

2006-03-24 Thread Julio Nobrega
I like these kind of solutions. Helps when you don't have SSL. Yahoo does something similar... On 3/24/06, SmileyChris <[EMAIL PROTECTED]> wrote: > > Oh what the heck, here's the patch: > http://code.djangoproject.com/ticket/1534. > > I'd still like to hear some comments. :) > -- Julio Nobreg

Re: Client-side hashing of passwords before logging in

2006-03-23 Thread SmileyChris
Oh what the heck, here's the patch: http://code.djangoproject.com/ticket/1534. I'd still like to hear some comments. :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this gro

Client-side hashing of passwords before logging in

2006-03-23 Thread SmileyChris
I wrote a working solution today for a challenge, I just wanted throw around some ideas before submitting a patch - even though it's probably a pointless gesture this close to a major merge. Here's a summary: First of all, none of this requires client side encryption but it's used if Javascript i