Skip to content

Releases: ptsiogas4/secureBoxHelper

1.4.0

12 Sep 09:22
Compare
Choose a tag to compare

Full Changelog: 1.3.1...1.4.0

  • build: update dependencies
  • fix: Fatal Exception: Unable to get provider com.ptsiogas4.securebox.SecureBoxContentProvider: java.lang.InstantiationException: java.lang.Class<com.ptsiogas4.securebox.SecureBoxContentProvider> has no zero argument constructor

1.3.1

07 Apr 14:54
Compare
Choose a tag to compare

Full Changelog: 1.3.0...1.3.1

1.3.0

17 Feb 14:28
Compare
Choose a tag to compare
  • feat: change minimum support version to API 19
  • feat: apply security enhancements from security evaluation output results
    • More specific:
      1. The cipher has changed from "AES/CBC/PKCS7Padding" to "AES/GCM/NoPadding" and an automatic migration flow is provided.
      2. SecretKeyFactory.getInstance("PBKDF2WithHmacSHA1") -> SecretKeyFactory.getInstance("PBKDF2WithHmacSHA512") and an automatic migration flow is provided.
      3. SecretKeySpec(keyBytes, "AES") -> SecretKeySpec(keyBytes, "AES/CFB/PKCS5Padding") with no need for migration.

1.2.1

18 Nov 08:50
Compare
Choose a tag to compare

Full Changelog: 1.2.0...1.2.1

1.2.0

17 Nov 15:52
Compare
Choose a tag to compare

fix: make library thread safe

What's Changed

  • Share dependencies through project gradle by @ptsiogas4 in #7
  • feat: add detekt by @ptsiogas4 in #8
  • feat: remove deprecated Kotlin extensions and add viewBinding support by @ptsiogas4 in #9

Full Changelog: 1.1.0...1.2.0

1.1.0

01 Oct 21:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.5...1.1.0

1.0.0

01 Oct 20:54
Compare
Choose a tag to compare
Version_1.0.0_(2005060)

0.0.6

29 Jan 15:27
Compare
Choose a tag to compare
Version changed to 0.0.6 (2001290)

0.0.5

04 Jun 08:07
Compare
Choose a tag to compare

FIX - logging issue

0.0.4

29 May 11:58
Compare
Choose a tag to compare

Setup encrypt/decrypt method to be compatible with Java