Tuesday, May 29, 2012

Re: How to generate secure passwords

Hi,
Are you trying to create passwords on behalf of users? This is usually a bad idea.

If I got your message wrong and you talk about secure password hashes, is there something specific you did not like about the current Django auth system?

Or maybe you are interested in password complexity requirements? It's really difficult to guess. Please describe the problem you're trying to solve a bit better.

Cheers

Jirka


-----Original Message-----
From: Emily Namugaanyi <enemilyn@gmail.com>
Sender: django-users@googlegroups.com
Date: Tue, 29 May 2012 23:03:39
To: Django users<django-users@googlegroups.com>
Reply-To: django-users@googlegroups.com
Subject: How to generate secure passwords

Hi Django users,

I am working on a project that as to generate secure passwords
(passwords that cannot be hacked) every time a user register and the
password lasts for a period of time. S,here I am wondering whether
django has a provision for this or I need to find another way...
Thank you for your time....

Emily.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment