Favour Orukpealphadevking.hashnode.dev·Dec 7, 2023Argon Hashing Algorithm vs. Bcrypt: A Laravel Developer’s GuideHey Laravel Enthusiasts! 🌐🔐 In the world of web security, hashing algorithms are unsung heroes, and today we’re pitting two heavyweights against each other: Argon2 and bcrypt. While both bring their A-game to security, let’s dissect their strengths...Argon
Ndianabasi Udonkangndianabasi.hashnode.dev·Aug 21, 2023How to Migrate Passwords from Bcrypt to Argon Hashes in AdonisJSYou aren't alone on this. I've had to migrate several production applications which were running with Adonisjs V4 (using the bcrypt hashing algorithm) to Adonisjs V5 (using the argon hashing algorithm). The challenge here is ensuring existing users (...39 readspasswords