Home

Awesome

<p align="center"> <img src="https://raw.githubusercontent.com/gaborbata/jpass/master/resources/bannerReadMe.png" width=750 align="center"> </p>

JPass Java CI with Maven Java CI with Gradle

Overview

JPass is a simple, small, portable password manager application with strong encryption. It allows you to store user names, passwords, URLs and generic notes in an encrypted file protected by one master password.

Features:

JPass

Usage

Java 8 or later is recommended to run JPass. You can run the application from the command line by typing (the password file is optional):

java -jar jpass-1.0.7-SNAPSHOT.jar [password_file]

For convenience, batch/shell scripts are also available for launching JPass for various platforms (i.e. jpass.bat for Windows, jpass.sh for Linux, jpass.command for macOS). Please make sure PATH, or JAVA_HOME environment variables point to a valid Java installation.

Download

You can find the latest distribution package under the releases link.

Alternatively, for Windows, you can also download and install JPass using scoop:

scoop bucket add extras
scoop install jpass

For Linux, JPass is not available in a standard software package, but you can install it into /opt/jpass via the install.sh shell script (experimental).

How to compile

Configuration

Default configurations can be overridden in jpass.properties file:

Configuration keyValue typeDefault value
ui.theme.dark.mode.enabledbooleanfalse
clear.clipboard.on.exit.enabledbooleanfalse
default.password.generation.lengthinteger14
date.formatstringyyyy-MM-dd
entry.detailslistTITLE,MODIFIED
file.chooser.directorystring./
language.languageSettingstringen-US

Regarding language.languageSetting please check languages resources folder for possible configuration values.

Each configuration property can be overridden by system properties, with the jpass. key prefix, e.g.

java -Djpass.entry.details=TITLE -jar jpass-1.0.7-SNAPSHOT.jar