minus-squarefrezik@midwest.sociallinkfedilinkarrow-up1·10 months agoIf you’re checking passwords, you should be using constant time string checking, anyway. More likely, you should let your bcrypt library do it for you.
If you’re checking passwords, you should be using constant time string checking, anyway.
More likely, you should let your bcrypt library do it for you.