Release Notes for Cryptography plugin

1.9.2.0

3 May 2023

  • Fix bug: Hash of empty string causes error

1.9.1.0

9 Mar 2021

  • Return token payload even if verification fails on VerifyJWT function

1.9.0.0

27 Jan 2021

  • Change GenerateHash function to accept string or list of bytes as input (string only previously)

1.8.0.0

15 Sep 2020

  • Add public RSA key validation on VerifyJWT function
  • Display payload even if verification fails on VerifyJWT function
  • Fix bug: Validate JWT token with public, not private certificate key on VerifyJWT function

1.7.0.0

19 Mar 2020

  • Add hash type ("Hex string" or "List of bytes") property to GenerateHash function

1.6.4.0

  • Fix bug: CreateECSDAKeys function output value cannot be assigned

1.6.2.0

  • Fix typo in property name on Decrypt function
  • Fix bug: Specified key is not a valid size for this algorithm error on Triple DES decryption

1.6.1.0

  • Remove unnecessary values from CreateJWTToken
  • Fix bug: Encrypt/decrypt functions cannot compile when containing invalid invisible references

1.6.0.0

  • Add CreateJWT function
  • Add VerifyJWT function

1.5.131.0

  • Add GenerateRandom function
  • Add GenerateHMAC function
  • Update Linx plugin
  • Update third-party libraries

1.4.35.95

  • Update Linx plugin.

1.3.27.75

  • Update Linx plugin.

1.2.23.66

  • Update NuGet packages.
  • Update Linx plugin.

1.1.14.47

  • Update Linx Plugin.

1.0.11.40

  • Update Linx plugin.

1.0.8.34

  • Move Encryption functions to Cryptography.
  • Added logging.
  • Add TripleDES to Encryption function.

1.0.7.23

  • Add CreateECDSAKeys function
  • Add GenerateECDSASignature function
  • Add VerifyECDSASignature function