Makes using the Microsoft.AspNet.DataProtection package more convenient, especially when using IAuthenticatedEncryptor
Commonly used types:
AuthenticatedEncryptorExtensions
EncryptorEncoding
SecretKey
Examples:
SecretKey key = new SecretKey(new Secret(EncryptorEncoding.UTF8.GetBytes("Password")),...
More information
Microsoft Azure Blob storage support as key store (https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/implementation/key-storage-providers).
An implementation of ASP.NET Core data protection that allows Service Fabric to act as the store for you data protection keys. You can use this library to easily protect data when you need to persist the trusted information for later retrieval, but don't trust the persistence mechanism.