This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "Password Storage Cheat Sheet"
From OWASP
m (Created page with "= ACTIVE WORK IN PROGRESS AUGUST 2011 = = Introduction = This article is focused on providing guidance to storing a passwords in order to help prevent password theft. == Pass...") |
m |
||
Line 14: | Line 14: | ||
# hash iteration | # hash iteration | ||
− | [[Category: | + | |
+ | {{Cheatsheet_Navigation}} | ||
+ | |||
+ | |||
+ | [[Category:Cheatsheets]] |
Revision as of 06:08, 26 August 2011
ACTIVE WORK IN PROGRESS AUGUST 2011
Introduction
This article is focused on providing guidance to storing a passwords in order to help prevent password theft.
Password Storage Rules
- Use a strong hash
- SHA
- bcrypt
- salt
- salt isolation
- hash iteration
OWASP Cheat Sheets Project Homepage