Cryptography


3.0.1

16 Oct 2024

  • Fixed: CreateJWT fails when "iat" and "nbf" claims contain null


3.0.0

15 Jul 2024

  • Updated to .NET 8

  • Added "Iterations" and "Hash Algorithm" as properties when using a passphrase for the Encrypt and Decrypt functions

  • Fixed: Compilation fails with "hidden CS8019: Unnecessary using directive."


2.0.2

27 Nov 2023

  • Changed the NuGet package to support multiple platforms


2.0.1

24 Aug 2023

  • Fix bug: CreateJWT threw a "Method not found" exception due to Linx referencing a later version of System.IdentityModel.Tokens.Jwt


2.0.0

6 Jun 2023

Breaking change

What will break and how to fix it

  • Changed the plugin from Windows-specific to be platform-independent


1.1.1

5 Sep 2023

  • Fix bug: CreateJWT threw a "Method not found" exception due to Linx referencing a later version of System.IdentityModel.Tokens.Jwt


1.1.0

17 Feb 2023

  • Correct the order of the Property Grid Categories in CreateJWT and VerifyJWT.

  • Rename the 'Misc' category to 'Details' so that it sits above the other categories alphabetically


1.0.2

17 Nov 2022

  • Generating a hash of an empty string caused an error


1.0.1

17 Mar 2022

  • First release


Last updated