xafero / java-keyring

Copy of Java Keyring library from bitbucket.org/bpsnervepoint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-keyring

Summary

java-keyring is a small library which provides java API to store password etc. securely. Currently Mac OS X, Windows and Linux (GNOME) are supported.

If you find bug, please let me know via issue tracker or twitter @east301. In addition, any patch/modification is highly welcome.

Source code tree

java-keyring package contains the following directories

  • java-keyring directory
    • java-keyring library source code
  • java-keyring-example directory
    • usage example of java-keyring library

Building

mvn clean install

License

Source code of java-keyring and java-keyring-example are available under modified BSD license. See the file LICENSE for more details.

Special Thanks

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

About

Copy of Java Keyring library from bitbucket.org/bpsnervepoint

License:Other


Languages

Language:Java 100.0%