This repository was archived by the owner on Dec 12, 2021. It is now read-only.
Prevent timing attacks
- Update
bcrypt
native C library. - Use
bcrypt_checkpw
function which protects against timing attacks.
bcrypt
native C library.bcrypt_checkpw
function which protects against timing attacks.