Last Version

Armadillo - Encrypted Shared Preferences 1.0.0

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.

License

License

GroupId

GroupId

at.favre.lib
ArtifactId

ArtifactId

armadillo
Version

Version

1.0.0
Type

Type

aar
Description

Description

Armadillo - Encrypted Shared Preferences
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.
Project URL

Project URL

https://github.com/patrickfav/armadillo
Source Code Management

Source Code Management

https://github.com/patrickfav/armadillo

Download armadillo 1.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
androidx.annotation » annotation jar 1.0.0

runtime (4)

Group / Artifact Type Version
at.favre.lib : hkdf jar 1.1.0
at.favre.lib : bytes jar 1.3.0
at.favre.lib : bcrypt jar 0.9.0
com.jakewharton.timber : timber jar 4.7.1

test (2)

Group / Artifact Type Version
org.mindrot : jbcrypt jar 0.4
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.