Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Releases: RockLib/RockLib.Encryption

RockLib.Encryption version 1.0.5

04 Feb 16:25

Choose a tag to compare

Adds support for "RockLib_Encryption" config section (in addition to "RockLib.Encryption").

RockLib.Encryption.XSerializer version 2.0.0-alpha04

03 Apr 21:24
cf3e52d

Choose a tag to compare

  • Updates RockLib.Encryption version to support RockLib_Encryption

RockLib.Encryption version 2.0.0-alpha06

02 Apr 22:20
29ad5b1

Choose a tag to compare

  • Adds support for rocklib_encryption config section.
  • Adds ConfigSection attribute for the Rockifier tool.

RockLib.Encryption.XSerializer version 2.0.0-alpha03

12 Feb 16:58

Choose a tag to compare

  • Updates RockLib.Encryption package to 2.0.0-alpha05.

RockLib.Encryption version 2.0.0-alpha05

12 Feb 16:45

Choose a tag to compare

  • Makes CancellationToken parameters optional wherever possible.
  • Adds field-level encryption extension methods for the IAsyncCrypto interface (not just ICrypto).

RockLib.Encryption.XSerializer version 2.0.0-alpha02

07 Feb 17:28

Choose a tag to compare

  • Updates RockLib.Encryption package to 2.0.0-alpha04.

RockLib.Encryption version 2.0.0-alpha04

07 Feb 16:47

Choose a tag to compare

  • Adds additional constructor to SymmetricCrypto taking an ICredentialRepository parameter. This gives users the ability to retrieve their credentials from any source, not just an in-memory collection. The existing constructor is unchanged, but the Credentials property has been replaced by a CredentialRepository property.
  • Updates RockLib.Collections package to 1.0.1.

RockLib.Encryption.XSerializer version 2.0.0-alpha01

06 Feb 21:32

Choose a tag to compare

Initial prerelease of 2.0.0 version.

RockLib.Encryption version 2.0.0-alpha03

06 Feb 21:16

Choose a tag to compare

  • Replaces the CredentialCache class with NamedCollection from the RockLib.Collections package.
  • Removes the ICredentialInfo interface.

RockLib.Encryption version 2.0.0-alpha02

10 Jan 02:24

Choose a tag to compare

Changes the type of the key parameter in the Symmetric.Credential class from byte[] to Func<byte[]>.