Problem:
Using Salted MD5 hash algorithms is not secure enough for protecting our end user's passwords, we need to upgrade to a stronger algorithm like Bcrypt.
Acceptance Criteria:
Passwords are protected using the Bcrypt algorithm
User's do not need to update their passwords for this transition.
Using Salted MD5 hash algorithms is not secure enough for protecting our end user's passwords, we need to upgrade to a stronger algorithm like Bcrypt.
Acceptance Criteria:
Passwords are protected using the Bcrypt algorithm
User's do not need to update their passwords for this transition.
- Depends On
-
GTWY-4776 Turn Off MyProxy Service on idpprod
- Done