Skip to content

Releases: xformerfhs/TUPW

Use current version of SecureSecretKeySpec

22 Feb 13:55
295aa6a
Compare
Choose a tag to compare

Simplified MaskedIndex

20 Feb 18:53
f7ce767
Compare
Choose a tag to compare
  • This release features a simplified version of MaskedIndex.

No more encryption and decryption of strings

19 Feb 17:51
f011f60
Compare
Choose a tag to compare
  • Breaking change: Strings can no longer be encrypted or decrypted, as they are immutable and can not be cleared.
  • The classes have been moved to the de.xformerfhs package.

Improved documentation and simplified compressed integers

14 May 07:07
0a5ff98
Compare
Choose a tag to compare
  • Improved API documentation (USAGE.md).
  • JavaDoc documentation in the javadoc directory.
  • Simplified implementation of compressed integers.

v6.1.4

11 Aug 07:36
Compare
Choose a tag to compare

New release because of several changes one of which is a breaking change:

  • Small changes in Base32Encoding
  • Refactored ProtectedByteArray
  • Deprecated "DecryptData" methods are removed
  • Ensure deletion of sensitive data
  • Ensure "equals" always clears sensitive data in SecureSecretKeySpec.
  • Corrected entropy threshold constant

The breaking change is the removal of the "DecryptData" methods. Please use one of the replacement methods.