Home » Questions » password-protection

password-protection

Password protection is a technique used in information security to limit access to information.

Typically, a combination of a user name and a corresponding password will be used, since this allows access to be issued and revoked (as well as audit logging) on an individual basis, making a single person responsible for use and abuse of the password.

In case of confidential information, passwords will be required even for read-only access, with different users having access to different subsets of information. But even for public information, passwords are often used to selectively grant edit privileges. Probably the most common use of passwords is to limit access to user account information to the owner of the account.

Secure storage of passwords is an important topic, neglect of which can lead to significant security breaches, especially due to password reuse. Use of secure password hashes or, even better, purpose-built algorithms such as BCrypt for this purpose is critical.

Related tags:

NOTE: The content of this tag was originally posted at StackOverflow.com

0 votes
71k views
Every now and then I hear the advice “Use bcrypt for storing passwords in PHP, bcrypt rules...
  • Laurie asked 13 years ago
  • last active 11 years ago
Showing 1 result