Learn how to encrypt in ASP.NET Core with two simple examples:
➡️ Complete course on Minimal APIs with EF Core with a discount: https://felipe-gavilan.azurewebsites.net/api/Redireccion?curso=minimal-ef-eng&video=J2IHyVQn2qY
➡️ Complete course on Minimal APIs and Dapper with a discount: https://felipe-gavilan.azurewebsites.net/api/Redireccion?curso=minimal-dapper-eng&video=J2IHyVQn2qY
➡️ Get my Udemy courses with a discount: https://felipe-gavilan.azurewebsites.net/api/Redireccion?curso=all-my-courses&video=J2IHyVQn2qY
In this video, we'll see two examples of encryption in ASP.NET Core using the Data Protection API. With this API, we have access to services that allow us to encrypt, such as IDataProtector and ITimeLimitedDataProtector. With these, we can pass plaintext and obtain ciphertext.