freeCodeCamp/guide/english/certifications/information-security-and-qu.../information-security-with-h.../index.md

15 lines
466 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Information Security with HelmetJS
---
## Information Security with HelmetJS
This set of lessons has two parts:
- The first part teaches how to introduce more security to your web site with helmetJS
- The second part teaches you how to encrypt passwords with bcrypt
2018-10-12 19:37:13 +00:00
Each part has it's own boilerplate project to get you started.
2018-10-12 19:37:13 +00:00
#### More Information:
[Helmet](https://helmetjs.github.io/)
[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)