• frezik@midwest.social
    ·
    8 months ago

    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.