Tell us what’s happening:
Describe your issue in detail here.
In the lesson 12 of Information Security with HelmetJS, the task specify that we need to install and import the bcrypt package in the server js file.
I installed the package and add it in the file using var bcrypt = require("bcrypt");
But it still failing the second test.
Your project link(s)
solution: https://replit.com/@mukul98s/boilerplate-infosec
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36
Challenge: Understand BCrypt Hashes
Link to the challenge: