--- 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 Each part has it's own boilerplate project to get you started. #### Relevant Links [Helmet](https://helmetjs.github.io/) [bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)