Skip to content

Releases: wultra/powerauth-crypto

Release 2.0.1

19 Jan 14:06
810b6b4

Choose a tag to compare

This release contains the following improvements:

  • Fix possible race conditions in parallel requests.

Release 2.0.0

15 Dec 13:13
d359d6a

Choose a tag to compare

⚠️ This release should not be used due to possible race conditions in parallel requests. ⚠️

This release contains the following improvements:

  • A major release of the PowerAuth protocol version 4.
  • Provides high security resistant to known quantum attacks, see list of used algorithms.
  • Activation via recovery codes is not possible anymore.
  • Dependency updates.

Release 1.10.0

19 Jun 10:42
34e17e7

Choose a tag to compare

This release contains the following improvements:

  • Enforce a check for temporary keys in protocol version 3.3
  • Dependency updates.

Release 1.9.0

10 Oct 06:22
ef7f0b8

Choose a tag to compare

This release contains the following improvements:

  • PowerAuth protocol supports temporary encryption keys, so the keys embedded in the mobile app are only used for signature verification, see Temporary Encryption Keys for details.
  • The commitPhase parameter can be specified to change the activation flow so that the PENDING_COMMIT state is skipped and activation becomes ACTIVE during the key exchange, see Advanced Activation Flows for details.
  • Dependency updates.

Release 1.8.0

26 Jul 07:48
dc5980a

Choose a tag to compare

This release contains the following improvements:

  • BouncyCastle has been a transitive dependency since now.
  • Dependency updates.

Release 1.7.0

28 Feb 05:54
f76c939

Choose a tag to compare

This release contains the following improvements:

  • Remove Guava dependency.
  • Dependency updates.

Release 1.6.0

13 Dec 06:20
6c14ff1

Choose a tag to compare

This release contains the following improvements:

  • Dependency updates.

Release 1.4.1

11 Dec 11:39
4b374cb

Choose a tag to compare

This release contains the following improvements:

  • Add support for Time-Based One-Time Password (TOTP)
  • Allow overriding length of decimalized signatures

Release 1.5.1

16 Sep 14:09
1.5.1
ace582a

Choose a tag to compare

This release contains the following improvements:

  • Versioning of MAC token verification.
  • Dependency updates.

Release 1.5.0

31 Aug 21:35
9afc6b1

Choose a tag to compare

This release contains the following improvements:

  • Introduction of PowerAuth crypto protocol version 3.2.
  • Detection and prevention of replay attacks in standard ECIES encryption and token digests.
  • TOTP calculation for time-based one-time codes.
  • Allow overriding length of decimalized signatures.
  • PowerAuth crypto protocol versions 2.0 and 2.1 are no longer supported.
  • Java version updated to version 17.
  • Documentation updates.
  • Dependency updates.