3 posts tagged with "crypto"

    package comparison: bcrypt vs bcryptjs

    2022-11-28

     | 

    ~2 min read

     | 

    277 words

    In learning more about password management and salting/hashing (which I wrote about here) - I found bcrypt (which I wrote about using here…

    safer passwords using bcrypt

    2022-11-28

     | 

    ~2 min read

     | 

    293 words

    At the end of yesterday’s post, Salt & Hash: A Password Recipe , I alluded to the use of bcrypt as a better solution than rolling your own…

    salt & hash: a password recipe

    2022-11-28

     | 

    ~14 min read

     | 

    2678 words

    When it comes to properly managing passwords, I think of breakfast. Okay, that’s not true. I always think of breakfast. But it is true that…

Return to all tags