Information Security with HelmetJS - Understand BCrypt Hashes

Tell us what’s happening:

I checked other solutions on Google but they are either outdated or incorrect.

but the challenge is not passing.

###Your project link(s)

solution: https://freecodecam-boilerplate-ibfjiewt6s9.ws-eu116.gitpod.io

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 OPR/114.0.0.0

Challenge Information:

Information Security with HelmetJS - Understand BCrypt Hashes

Hello @DragonQueen20,

You need to add require bcrypt in your code. And the challenge should pass. If you have additional questions, you can ask.

You can require a package in your code like this:

const somePackage = require("somePackage");

Happy coding!