Information Security with HelmetJS - Understand BCrypt Hashes

Tell us what’s happening:
I have followed the hint to ‘npm install bcrypt’ and also add ‘const bcrypt = require(‘bcrypt’);’ to the first line of server.js then run it, but it’s still not been detected by freeCodeCamp’s tester.

Your project link(s)

solution: boilerplate-infosec - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.58

Challenge: Information Security with HelmetJS - Understand BCrypt Hashes

Link to the challenge:

For the following challenges, you will be working with a new starter project that is different from the previous one. You can find the new starter project on Replit, or clone it from GitHub.

You’re still using the previous repl, so import the new one and work from there.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.