RSSAmplifier

PGJones' blog · May 30, 2023

Migrating from bcrypt to Argon2id for password hashing

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

The current OWASP guidance (early 2023) is to use Argon2id for password hashing. This has required me to change from bcrypt, which is now considered legacy. This is how I upgraded.

Read on pgjones.dev

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.