KeyGenerator and KeyManager combined!
Generate secure passwords and store them in an offline encrypted file!
-
Customizable Password Length
-
Optional Character Types:
- Special characters (e.g.,
@,#,!) - Uppercase letters (e.g.,
A,B,C) - Lowercase letters (e.g.,
a,b,c) - Digits (e.g.,
0,1,2)
- Special characters (e.g.,
-
Create an offline encrypted database to store your accounts data securely
-
Choose a Master Password to create and encrypt the entire database
-
Easily add, edit and remove the accounts
- Strong, random password generator using
SecureRandom - GUI developed with JavaFX SceneBuilder
- AES encryption
- CSV database format
- Maven support for dependencies and automation
| Generator/Main view | KeyManager login view |
|---|---|
![]() |
![]() |
| KeyManager view (passwords hidden) | KeyManager view (passwords shown) |
|---|---|
![]() |
![]() |



