From the course: JavaScript: Security Essentials

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

What are sensitive data risks?

What are sensitive data risks? - JavaScript Tutorial

From the course: JavaScript: Security Essentials

Start my 1-month free trial

What are sensitive data risks?

- [Instructor] Needless to say I don't need to explain what a data breach is, or why sensitive data needs to be protected at all times, especially if you the developer don't want to be sued. All you need to do is search in Google the word data breach and you'll find plenty of examples of recent attacks where the users' identities, credentials, personal information, or even credit card information was breached. Recent examples of these types of public attacks include Equifax and Marriott just to mention a few. So you know we need to take a serious look into this and what we can do about it. Securing data isn't just a simple technique but all of the areas we're exploring in this course. For example if you don't have proper authorization techniques in the application or use poor scripted rules into your code, you'll open your data for hackers to exploit it. So all the other techniques in this course applies to protect your data. On top of all this, we'll explore in this chapter…

Contents