Password storage
PlanetScale uses Argon2 as the password hashing function. We use theArgon2id
variant, which provides protection against side channel attacks and GPU-based cracking attacks.
A password hashing function is a one-way function which means that your password cannot be reversed or decrypted from the stored value in the database.