| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| armadillo-1.0.0.pom | |
| armadillo-1.0.0.aar | 56 KB |
| armadillo-1.0.0-sources.jar | 43 KB |
| armadillo-1.0.0-javadoc.jar | 130 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| androidx.annotation » annotation | jar | 1.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mindrot : jbcrypt | jar | 0.4 |
| junit : junit | jar | 4.13 |