password-manager
Password Manager
Desktop application to store passwords, credit card numbers and other sensitive information. Application uses 256-bit AES encryption.
Security Considerations
Application enforces security via file encryption only. Application makes no effort to counter-attacks targeted to user account, operating system or hardware including RAM.
Build
- Set
to JDK 23+.JAVA_HOME - Execute:
./mvnw clean verify
Application JAR and all dependencies will be placed in
.
Run
./mvnw javafx:run
To open specific file add
to the command line.
Custom Run-Time Image
./mvnw clean verify jlink:jlink
Run-time image will be found in
directory.
Binary Packages
To build binary installers perform the following steps:
- On Microsoft Windows: install WiX Toolset 3.x, add its binary
directory to
environment variablePATH - Execute:
./mvnw clean verify jpackage:jpackage
Installation packages will be found in
directory.
Support
There is no support for this application.