Closed schellj closed 1 year ago
Builds upon #70, #71, #72.
Creates separate, testable password hash type modules. The password hash is updated to use HMAC SHA 512 over the deprecated HMAC SHA 1. Takes advantage of having the clear text upon login to upgrade existing password hashes to the new type.
Obviated by #74.
Builds upon #70, #71, #72.
Creates separate, testable password hash type modules. The password hash is updated to use HMAC SHA 512 over the deprecated HMAC SHA 1. Takes advantage of having the clear text upon login to upgrade existing password hashes to the new type.