Open nlepage opened 5 years ago
I think the problem is we're using HMAC which is normally used for message authentication, but not password storage.
We should switch to bcrypt which doesn't require a key.
@EmrysMyrddin
Problem is changing this would break all passwords on preprod...
I think the problem is we're using HMAC which is normally used for message authentication, but not password storage.
We should switch to bcrypt which doesn't require a key.
@EmrysMyrddin