Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 461 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 461 Bytes

Build Status Coverage Status

jkeyring

A port of the excellent python-keyring to Java.

Sorry, I do not have ample documentation yet, but Keyring keyring = new DefaultKeyring("myApp"); is a good starting point. The API should be pretty simple after that.