Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : fm.extensions.dataprotection

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")), this.GetRequiredService<IAuthenticatedEncryptorFactory>()); IAuthenticatedEncryptor encryptor = key.CreateEncryptor(); encryptor.DecryptToString(encryptor.Encrypt("Input", "AAD"), "AAD").ShouldBe("Input");

Registry - Homepage - JSON
purl: pkg:nuget/fm.extensions.dataprotection
Keywords: Extensions, DataProtection, Encryption
License:
Latest release: 24 days ago
First release: over 124 years ago
Downloads: 25,558 total
Last synced: 24 days ago

    Loading...
    Readme
    Loading...