filmov
tv
Writing Secure Node Code: Avoiding the Most Common Node.js Security Mistakes | Basic security Node.

Показать описание
In this video tutorial you will learn how to #Secure your #Nodejs App | Protect the #nodejs application.
1- prevent your Node aapplication from attacker.
Data validation
DOS attack
a) we can limit our request as per each route
XSS attack
Brute Force Attacks
1- in server side you have to encrypt your password, bcrypt,
2- proper validation before validation with database
3- 2-step verification
SQL/NoSQL Injection Attacks
1- input validation
2- mongoose has some validator method.
3- mongosanitization
Useful links
If you are new to my channel please do like and subscribe.!!
1- prevent your Node aapplication from attacker.
Data validation
DOS attack
a) we can limit our request as per each route
XSS attack
Brute Force Attacks
1- in server side you have to encrypt your password, bcrypt,
2- proper validation before validation with database
3- 2-step verification
SQL/NoSQL Injection Attacks
1- input validation
2- mongoose has some validator method.
3- mongosanitization
Useful links
If you are new to my channel please do like and subscribe.!!