1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 00:21:35 +02:00

fix: bcrypt open source link (#7344)

This commit is contained in:
Arik Chakma
2024-10-05 10:53:42 +06:00
committed by GitHub
parent f876ba8df5
commit c894430a86

View File

@@ -4,6 +4,6 @@ Bcrypt is a password-hashing function designed to securely hash passwords for st
Visit the following resources to learn more: Visit the following resources to learn more:
- [@opensource@bcrypt](https://www.npmjs.com/package/bcrypt) - [@opensource@bcrypt](https://github.com/kelektiv/node.bcrypt.js)
- [@article@Understanding bcrypt](https://auth0.com/blog/hashing-in-action-understanding-bcrypt/) - [@article@Understanding bcrypt](https://auth0.com/blog/hashing-in-action-understanding-bcrypt/)
- [@video@bcrypt explained](https://www.youtube.com/watch?v=AzA_LTDoFqY) - [@video@bcrypt explained](https://www.youtube.com/watch?v=AzA_LTDoFqY)