Node Express - Information Security (Learning)
Project Description -
I've started the learning process of Securing Information from FreeCodeCamp.org to secure the data on my Node Express server with the help of a module called Helmet.js. The View Link Is the link to github for protecting passwords and hashing passwords with BCrypt, and the Github Link is for protecting the website from mallicious attacks with Helmet.js
What Have I Learnt From This Project -
Through this project I've learnt an important method to secure information transferred through the internet and safegaurd my Node Express Server. Also through this I've learnt how to hash and protect passwords with BCrypt module.
Tags -
js, node, api, backend, express