java-keyring

Java API to store passwords.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования Сеть KeY Данные Data Formats Formal Verification
Группа

Группа

net.smoofyuniverse
Идентификатор

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

java-keyring
Последняя версия

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

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

java-keyring
Java API to store passwords.
Ссылка на сайт

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

https://github.com/Yeregorix/java-keyring
Система контроля версий

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

https://github.com/Yeregorix/java-keyring

Скачать java-keyring

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.smoofyuniverse/java-keyring/ -->
<dependency>
    <groupId>net.smoofyuniverse</groupId>
    <artifactId>java-keyring</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.smoofyuniverse/java-keyring/
implementation 'net.smoofyuniverse:java-keyring:1.2.0'
// https://jarcasting.com/artifacts/net.smoofyuniverse/java-keyring/
implementation ("net.smoofyuniverse:java-keyring:1.2.0")
'net.smoofyuniverse:java-keyring:jar:1.2.0'
<dependency org="net.smoofyuniverse" name="java-keyring" rev="1.2.0">
  <artifact name="java-keyring" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.smoofyuniverse', module='java-keyring', version='1.2.0')
)
libraryDependencies += "net.smoofyuniverse" % "java-keyring" % "1.2.0"
[net.smoofyuniverse/java-keyring "1.2.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
net.java.dev.jna : jna jar 5.6.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

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

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

java-keyring

This repo has been cloned from https://bitbucket.org/bpsnervepoint/java-keyring/. The original creator is east301.

Summary

java-keyring is a small library which provides a Java API to store passwords and secrets. Currently, MacOS, Windows and Linux are supported.

Storage

Passwords are stored using the following services.

Caution

Data on disk is encrypted which is way better than storing clear data. However, keep in mind that if your user session is compromised by an attacker then he will be able to decrypt data, in the same way you do. This is true for this library but also for any application pretending to store secrets without a main password.

Special Thanks

java-keyring uses the following library, thanks a lot! Source code of the library is available at its project page.

Версии библиотеки

Версия
1.2.0
1.1.0