Update 102-bcrypt.md (#1108)

* Update 102-bcrypt.md

* Update 102-bcrypt.md
pull/1657/head
qrav 3 years ago committed by GitHub
parent 5ecd762af2
commit e7892dd342
  1. 9
      content/roadmaps/101-backend/content/111-web-security-knowledge/102-bcrypt.md

@ -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>

Loading…
Cancel
Save