On Fri, Sep 18, 2026, at 22:20, Andrey Andreev wrote:
> But there is one contentious circumstance - bcrypt is entirely bundled with 
> PHP, while Argon2 has external dependencies: libargon2, libsodium, or (since 
> PHP 8.4) openssl.

This is both a con and pro. Using a crypto library instead of a roll-your-own 
solution seems a very wise decision to me. Not to say that I don't trust the 
php bcrypt implementation. Just saying this as a general rule.

Greetings, Casper

Reply via email to