is not current version
Last Version 1.0.0

at.favre.lib:armadillo 0.4.2

A shared preference implementation for confidential data. Per default uses AES-GCM, BCrypt and HKDF as cryptographic primitives. Uses the concept of Fingerprinting combined with optional user provided passwords.

GroupId

GroupId

at.favre.lib
ArtifactId

ArtifactId

armadillo
Version

Version

0.4.2
Type

Type

aar

Download armadillo 0.4.2


<!-- https://jarcasting.com/artifacts/at.favre.lib/armadillo/ -->
<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>armadillo</artifactId>
    <version>0.4.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/at.favre.lib/armadillo/
implementation 'at.favre.lib:armadillo:0.4.2'
// https://jarcasting.com/artifacts/at.favre.lib/armadillo/
implementation ("at.favre.lib:armadillo:0.4.2")
'at.favre.lib:armadillo:aar:0.4.2'
<dependency org="at.favre.lib" name="armadillo" rev="0.4.2">
  <artifact name="armadillo" type="aar" />
</dependency>
@Grapes(
@Grab(group='at.favre.lib', module='armadillo', version='0.4.2')
)
libraryDependencies += "at.favre.lib" % "armadillo" % "0.4.2"
[at.favre.lib/armadillo "0.4.2"]