|
Date: 6/25/2017 |
|
|
|
  1. Generate a simple md5 hash based on the salt and password   2. Loop 1000 times, calculating a new md5 hash based on the previous hash concatenated with alternatingly the password and the salt.   3. Use a special base64 encoding on the final hash to create the password hash string
|
|