Последняя версия

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.

Лицензия

Лицензия

Группа

Группа

at.favre.lib
Идентификатор

Идентификатор

armadillo
Версия

Версия

1.0.0
Тип

Тип

aar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/patrickfav/armadillo
Система контроля версий

Система контроля версий

https://github.com/patrickfav/armadillo

Скачать 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
androidx.annotation » annotation jar 1.0.0

runtime (4)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.mindrot : jbcrypt jar 0.4
junit : junit jar 4.13

Модули Проекта

Данный проект не имеет модулей.