Update 102-bcrypt.md (#1108)
* Update 102-bcrypt.md * Update 102-bcrypt.md
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user