Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 474 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 474 Bytes

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.