Skip to content

tomcz/jpasskeep

Repository files navigation

JPasskeep

A Java-based password generation and storage application. Created as an exercise in practical Java cryptograpy API usage and because I don't really trust others with my passwords.

Usage

Run using: java -jar jpasskeep.jar <password file>

The password file is optional. If not present, the application will attempt look for a file called .jpasskeep in your home directory on start-up, but don't worry, you can tell it to look somewhere else.