Releases: HussainDerry/secure-preferences
Releases · HussainDerry/secure-preferences
Version 4.0.0
[4.0.0] - 2019-07-28
Added
AsyncDataLoader
now provides callback style loading viaDataCallback<T>
Changed
CipherServiceImpl
now usesGCM
mode forAES
Version 3.0.0
[3.0.0] - 2018-07-24
Added
CipherService
that supports different encryption algorithms.- TripleDES support.
Changed
- Modified
Cryptor
andSecurityConfig
to support the new algorithm selection feature.
Removed
- AES related classes in favor of the new
CipherService
.
Version 2.1.1
[2.1.1] - 2017-06-23
Changed
- Modified
Cryptor
to use theString.format()
method instead of using the StringBuilder class. - Modified gradle build files.