Web application security: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== Peppers == | |||
Like salts, but global to the application. Don't bother with these, because: | |||
* They provide limited extra 'security' | |||
* You can't easily rotate the pepper as it is effectively embedded in password hashes etc. | |||
== Articles == | == Articles == | ||
Revision as of 15:48, 8 April 2023
Peppers
Like salts, but global to the application. Don't bother with these, because:
- They provide limited extra 'security'
- You can't easily rotate the pepper as it is effectively embedded in password hashes etc.