Tagged Questions
The password-policy tag has no wiki summary.
12
votes
9answers
799 views
What are the best rules to follow for what characters to allow in a password?
Without thinking about it at all I just want to say I should allow every character. It gets hashed in any case, and I don't want to limit people who want to create strong passwords.
However, ...
3
votes
1answer
468 views
How do I set a Group Policy's Password Policy in C#
I am trying to retrieve a group policy from a Windows Server 2008 Active Directory and change the minimum password age, maximum password age, and minimum password length in a C# application.
Is ...
1
vote
2answers
991 views
JAAS with LDAP password policy
A user is accessing a restricted web application with JAAS (on Glassfish 2.1). LDAPRealm is used, and authentication is successfully performed from LDAP. A password policy should be installed for the ...
1
vote
5answers
119 views
Returning a password to the web user
I have received the unfortunate requirement of building a page that displays a new password to the authenticated user. I have unsuccessfully protested this requirement as a generally bad idea, but I ...
0
votes
2answers
363 views
asp.net membership additional password policy rules
I'm using asp.nbet membership which very handily gives you the choice of enforcing a min password length and the minimum numeric characters. Can you define others like there must be one upper-case ...
0
votes
1answer
243 views
Window XP Password policy
I want to read the values of Account policy of Windows XP programmatically. Source code in C++ (Will be more specific) would be appreciated.
If you have any guidelines then please help me soon.
...