biviosoftware / perl-Bivio

Bivio OSS Platform
0 stars 1 forks source link

Modularize password hash types, update to hmac sha 512, upgrade hashes on login #73

Closed schellj closed 1 year ago

schellj commented 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.

schellj commented 1 year ago

Obviated by #74.