Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 881 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 881 Bytes

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