This repository was archived by the owner on Feb 22, 2024. It is now read-only.
Releases: RockLib/RockLib.Encryption
Releases · RockLib/RockLib.Encryption
RockLib.Encryption version 1.0.5
Adds support for "RockLib_Encryption" config section (in addition to "RockLib.Encryption").
RockLib.Encryption.XSerializer version 2.0.0-alpha04
- Updates RockLib.Encryption version to support RockLib_Encryption
RockLib.Encryption version 2.0.0-alpha06
- Adds support for rocklib_encryption config section.
- Adds ConfigSection attribute for the Rockifier tool.
RockLib.Encryption.XSerializer version 2.0.0-alpha03
- Updates RockLib.Encryption package to 2.0.0-alpha05.
RockLib.Encryption version 2.0.0-alpha05
- Makes
CancellationTokenparameters optional wherever possible. - Adds field-level encryption extension methods for the
IAsyncCryptointerface (not justICrypto).
RockLib.Encryption.XSerializer version 2.0.0-alpha02
- Updates RockLib.Encryption package to 2.0.0-alpha04.
RockLib.Encryption version 2.0.0-alpha04
- Adds additional constructor to
SymmetricCryptotaking anICredentialRepositoryparameter. This gives users the ability to retrieve their credentials from any source, not just an in-memory collection. The existing constructor is unchanged, but theCredentialsproperty has been replaced by aCredentialRepositoryproperty. - Updates RockLib.Collections package to 1.0.1.
RockLib.Encryption.XSerializer version 2.0.0-alpha01
Initial prerelease of 2.0.0 version.
RockLib.Encryption version 2.0.0-alpha03
- Replaces the
CredentialCacheclass withNamedCollectionfrom the RockLib.Collections package. - Removes the
ICredentialInfointerface.
RockLib.Encryption version 2.0.0-alpha02
Changes the type of the key parameter in the Symmetric.Credential class from byte[] to Func<byte[]>.