Changes

Jump to: navigation, search

WebAppSec/Secure Coding Guidelines

402 bytes added, 23:23, 3 January 2011
Password Storage
'''====Migration====The following process can be used to migrate an application that is using a different hashing algorithm than the standard hash listed above. The benefits of this approach is that it instantly upgrades all hashes to the strong, recommended hashing algorithm and it does not require user'''s to reset their passwords.
'''Migration Process'''<br>
Migrate all password hashes entries in the database as follows. This is a one time, offline migration.
'''New hash process for new accounts or password changes:'''<br>
Use standard hashing process [[httphttps://wiki.mozilla.org /WebAppSec/Secure_Coding_Guidelines#Password_Storage above]]
'''New Login Process'''<br>
Confirm
491
edits

Navigation menu