Skip to content

Releases: VerifiedInc/library-crypto-typescript

2.2.1

19 Jan 19:09
Compare
Choose a tag to compare

What's Changed

  • fix(aes): class updated to be reflective of its usage pattern of unique ivs. by @rsmets in #75

Full Changelog: 2.2.0...2.2.1

2.2.0

16 Dec 20:49
Compare
Choose a tag to compare

What's Changed

  • [Aes] class created. by @rsmets in #71
  • [Export] Aes class along with more inline docs and some cleanup. by @rsmets in #72
  • [CI] config updated to remove usage of yarn by @rsmets in #73

Full Changelog: 2.1.1...2.2.0

2.1.1

31 Aug 23:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...2.1.1

2.1.0

31 Aug 23:17
Compare
Choose a tag to compare

What's Changed

  • [Dependabot] Fixing vulnerabilities by @pritch09 in #66
  • [Package.lock] Adding package lock that passes dependabot by @pritch09 in #67
  • [Dependabot] Fixing dependency vulnerabilities by @pritch09 in #68
  • [Package-lock] Adding package-lock for npm ci by @pritch09 in #69

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

24 Aug 01:23
Compare
Choose a tag to compare

What's Changed

  • [Base64] encoding used for encrypted data instead of base58 to allow for encrypting larger data ammounts. by @rsmets in #59
  • [README] updated to reflect base64 updates and function definitions and usage. by @rsmets in #62
  • [CI] updated to use automated release message. by @rsmets in #63
  • [CI] updated to use npm ci instead of yarn. by @rsmets in #64
  • [Types] release version usage. by @rsmets in #65

Full Changelog: 1.10.1...2.0.0

1.10.1

06 May 21:28
Compare
Choose a tag to compare

Types latest version.

1.10.0

17 Feb 04:22
Compare
Choose a tag to compare

generate keypair ids

1.9.0

27 Jan 05:55
Compare
Choose a tag to compare

Helpers exposed with more fine grained method inputs. Also exposing the detectEncodingType helper.

1.8.0

27 Jan 05:03
Compare
Choose a tag to compare

Refactor to use PublicKeyInfo objects and to auto detect key encodings.

1.7.0

05 Nov 19:12
Compare
Choose a tag to compare

sets rsa padding in encrypt, uses rsa padding value in decrypt