Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/conormcd/osx-keychain-java

Access the OS X keychain from Java.
https://github.com/conormcd/osx-keychain-java

Last synced: about 2 months ago
JSON representation

Access the OS X keychain from Java.

Awesome Lists containing this project

README

        

Example:

OSXKeychain keychain = OSXKeychain.getInstance();
String password = keychain.findInternetPassword("github.com", null, "conormcd", "/login", 0);