2018-10-12 15:37:13 -04:00
|
|
|
---
|
|
|
|
|
title: Information Security with HelmetJS
|
|
|
|
|
---
|
2019-07-24 00:59:27 -07:00
|
|
|
# Information Security with HelmetJS
|
2018-10-12 15:37:13 -04:00
|
|
|
|
2019-02-11 14:25:59 -06:00
|
|
|
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 15:37:13 -04:00
|
|
|
|
2019-02-11 14:25:59 -06:00
|
|
|
Each part has it's own boilerplate project to get you started.
|
2018-10-12 15:37:13 -04:00
|
|
|
|
2019-07-24 00:59:27 -07:00
|
|
|
#### Relevant Links
|
2019-02-11 14:25:59 -06:00
|
|
|
[Helmet](https://helmetjs.github.io/)
|
|
|
|
|
[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)
|