Skip to content

Releases: patrickfav/armadillo

v0.4.1 (not secure - do not use)

20 Apr 18:19
Compare
Choose a tag to compare
Pre-release
  • fixes missing using incorrect dependency type '.aar'

v0.4.0 (not secure - do not use)

28 Mar 08:25
v0.4.0
971046c
Compare
Choose a tag to compare
Pre-release
  • fixes missing transitive dependency in pom

Note: This release has a bug in the pom dependency file. Use this construct to use it anyway

implementation ('at.favre.lib:armadillo:0.4.0') {
    exclude group: 'at.favre.lib', module: 'hkdf'
}
implementation 'at.favre.lib:hkdf:1.0.0'

v0.3.0 (not secure - do not use)

08 Jan 22:23
54a4549
Compare
Choose a tag to compare
Pre-release
  • add compressor feature
  • fixes issue were storage salt was incorrectly created

Note: misses transitive dependencies

v0.2.0 (not secure - do not use)

03 Jan 00:44
0948356
Compare
Choose a tag to compare
Pre-release
  • add authenticated encryption additional associated data
  • add crypto protocol version

Warning: This version has fatal flaw not correctly persisting the storage random making it impossible to retrieve the data after recreating the shared preferences