Objective 5.4: Manage data integrity

Managing the privacy, safety, and integrity of your data is key to security. Most ASP.NET MVC 4 applications consist of inputting, performing work on, and then outputting data. This chapter has addressed authentication (verifying the identity of a user) and authorization (the right to access data based on authentication). Now you’ll explore how to keep data secure after it has been entered into your web application.

Note

This objective covers how to:

  • Apply encryption to application data

  • Apply encryption to the configuration sections of an application

  • Sign application data to prevent tampering

Understanding encryption terminology

A proper discussion of encryption should begin with some vocabulary definitions. There ...

Get Exam Ref 70-486: Developing ASP.NET MVC 4 Web Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.