From e7892dd342034e7652bbc18cd23fc1b86b3716c4 Mon Sep 17 00:00:00 2001 From: qrav <32140063+Qraven@users.noreply.github.com> Date: Wed, 9 Feb 2022 17:14:27 +0100 Subject: [PATCH] Update 102-bcrypt.md (#1108) * Update 102-bcrypt.md * Update 102-bcrypt.md --- .../content/111-web-security-knowledge/102-bcrypt.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/111-web-security-knowledge/102-bcrypt.md b/content/roadmaps/101-backend/content/111-web-security-knowledge/102-bcrypt.md index 4d74e8304..0fc3327a5 100644 --- a/content/roadmaps/101-backend/content/111-web-security-knowledge/102-bcrypt.md +++ b/content/roadmaps/101-backend/content/111-web-security-knowledge/102-bcrypt.md @@ -1 +1,8 @@ -# Bcrypt \ No newline at end of file +# 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. + +Free Content +bcrypt explained +Understanding bcrypt +bcrypt's npm package