Skip to content

Adding PBKDF2 hashing for customer and admin-user passwords

Notifications You must be signed in to change notification settings

vinai-drive-by-commits/pbkdf2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ikonoshirt_Pbkdf2

Ikonoshirt_Pbkdf2 implements PBKDF2 for the basic password hashing. You have the choice between many hash-algos, iteration-count, key-length, etc. Have a look into the config.xml

Attention!

First implementation, untested, don't use it in production!

This Module changes the password creation and validation of magento. At the moment ALL old passwords are useless. Don't use it in production! My first tests are good and the login for admin and customer works - AFTER creating new passwords.

If you use this extension, use it, BEFORE the launch of the shop. Afterwards you have to create new passwords for all users (Password forgotton-function)

Dependencies

  • MySQL 5.0.3 - the password field in the admin_user and customer-table will be extended to 300chars, MySQL < 5.0.3 can only hold 255 chars in a VARCHAR field

About

Adding PBKDF2 hashing for customer and admin-user passwords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%