I\'m developing a web application for which final users have to create an account. This part is very easy: I\'ll hash their passwords with SHA-256 so that nobody, except the user himself, knows the pa
I plan to hash passwords on my server using SHA512 before inserting them 开发者_开发知识库into my database. What datatype should I use for the password column?Depends if your encrypted password may be
I was wondering how I can generate a strong and secure password in C#. I googled a little bit and saw this formula in Wikipedia, where L is the length of the password and N is the number of possible
I have a client who is not liking the fact tht he can\'t see users passwords so he can send them it if they forget it. It\'s for a small church website. Like most people here I don\'t think he should
I was wondering what would be the safer option when users have forgotten their password Send a r开发者_JAVA百科andomly generated new password to the email address (all email addresses in my database
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
In a web app I work with from time to time the issue of text readability has come up.The reason is that it involves passwords which will be read off of the web page or written down.One of my co-worker
Is there a way to get Authlogic to validate the format of a password, for instance must contain at least one letter and at least one number?The omission of a validates_format_of_password_options metho
I have a Silverlight 3 app which connects to a server to perform various act开发者_高级运维ions.My users log in using Forms Authentication but the actions they request are run on the server using the
Years ago it used to be the case that Unix passwords were limited to 8 characters, or that if you made the password longer than 8 characters the extra wouldn\'t make any difference.