Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
J

jpass

> 数据库
Open source

:closed_lock_with_key: Password manager application with strong encryption (AES-256). [Java/Swing]

198 stars0 likes0 views
WebsiteGitHub

About

:closed_lock_with_key: Password manager application with strong encryption (AES-256). [Java/Swing]

JPass

Project status

This repository is currently archived.

Due to increasing family and professional commitments, I am no longer able to actively maintain this project.

What you can do:

  • Feel free to fork the repository and maintain your own version.
  • You can also look at similar projects, e.g. KeePassXC, OneKeePass

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:

  • Strong encryption - AES-256-CBC algorithm (PBKDF2-HMAC-SHA-256 is used as password-based key derivation function)
  • Portable - single jar file which can be carried on a USB stick
  • Built-in random password generator
  • Organize all your user name, password, URL and notes information in one file
  • Data import/export in XML format

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

  • Gradle: gradle clean build (preferred)
  • Maven: mvn clean package

Configuration

Default configurations can be overridden in jpass.properties file:

Configuration key Value type Default value
ui.theme.dark.mode.enabled boolean false
clear.clipboard.on.exit.enabled boolean false
default.password.generation.length integer 14
date.format string yyyy-MM-dd
entry.details list TITLE,MODIFIED
file.chooser.directory string ./
language.languageSetting string en-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

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Javaaes-256applicationcross-platformdesktop

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 18, 2026
Category数据库
PricingOpen source

> Related tools

P
PostgreSQL
功能强大的开源关系型数据库
R
Redis
内存数据结构存储,常用作缓存与队列
M
MySQL
广泛使用的开源关系型数据库