Skip to content

It is only one of the activities that must be done in order to ensure data security for the application. Critical data about the application or users using the application is usually hidden in the case of being carried on the URL, in other words, it is encrypted. Based on this situation, you can examine the following tutorial

Notifications You must be signed in to change notification settings

UfukBlbn/.Net-Core-WebApi-DataProtectionTutorial

Repository files navigation

.Net-Core-WebApi-DataProtectionTutorial

Get started with data protection APIs in ASP.NET Core

Basically, protecting data consists of the following steps:

Create a data protector from a data protection provider. ProtectCall the method with the data you want to protect. UnprotectCall the method with the data you want to convert to plain text. Many frameworks and application models, such as ASP.NET Core or SignalR, already configure the data protection system and attach it to a service container accessed via dependency injection . The following example shows:

Configure a service container to add dependency and save the data protection stack. Obtained via data protection provider DI. A guard is being created. Reverting data protection.

image

About

It is only one of the activities that must be done in order to ensure data security for the application. Critical data about the application or users using the application is usually hidden in the case of being carried on the URL, in other words, it is encrypted. Based on this situation, you can examine the following tutorial

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published