Skip to content

Releases: HussainDerry/secure-preferences

Version 4.0.0

02 Aug 07:28
Compare
Choose a tag to compare

[4.0.0] - 2019-07-28

Added

  • AsyncDataLoader now provides callback style loading via DataCallback<T>

Changed

  • CipherServiceImpl now uses GCM mode for AES

Version 3.0.0

25 Jul 07:35
Compare
Choose a tag to compare

[3.0.0] - 2018-07-24

Added

  • CipherService that supports different encryption algorithms.
  • TripleDES support.

Changed

  • Modified Cryptor and SecurityConfig to support the new algorithm selection feature.

Removed

  • AES related classes in favor of the new CipherService.

Version 2.1.1

23 Jun 21:30
Compare
Choose a tag to compare

[2.1.1] - 2017-06-23

Changed

  • Modified Cryptor to use the String.format() method instead of using the StringBuilder class.
  • Modified gradle build files.