Update 102-bcrypt.md (#1108)

* Update 102-bcrypt.md

* Update 102-bcrypt.md
This commit is contained in:
qrav
2022-02-09 17:14:27 +01:00
committed by GitHub
parent d529ac3a12
commit 778d21558d

View File

@ -1 +1,8 @@
# Bcrypt
# Bcrypt
bcrypt is a password hashing function, that has proven been proven reliable and secure since it's release in 1999.It has been implemented into most commonly-used programming languages.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=O6cmuiTBZVs'>bcrypt explained</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://auth0.com/blog/hashing-in-action-understanding-bcrypt/'>Understanding bcrypt</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='NPM' href='https://www.npmjs.com/package/bcrypt'>bcrypt's npm package</BadgeLink>