A Java library for managing secrets on Linux using the secret service DBus interface
The library implements the Secret Service API Draft 0.2, paublished on 31st of August 2025.
Add secret-service as a dependency to your project.
implementation group: 'org.purejava', name: 'secret-service', version: '1.0.1'<dependency>
<groupId>org.purejava</groupId>
<artifactId>secret-service</artifactId>
<version>1.0.1</version>
</dependency>
For documentation please take a look at the Wiki.
It took me about a month to develop and test this library. You can use it for free. If you like this project, why not buy me a cup of coffee?
Copyright (C) 2025 Ralph Plawetzki