Skip to content

Latest commit

 

History

History
99 lines (67 loc) · 3.41 KB

README.md

File metadata and controls

99 lines (67 loc) · 3.41 KB

PassMan

Password manager made using JavaFX

If you are a UI designer and interested work on this project. Please contact me

Application is still under construction so there maybe security issues


Menu


App Features

User Registration

  • Register multiple users with unique usernames.

Website User Details

  • Add and manage website user details.
  • Store website URLs, usernames, and passwords securely.
  • Organize and categorize website user details. (under implementation)

Card Details

  • Add and manage card details. (under implementation)
  • Store credit card information securely. (under implementation)
  • Keep track of card numbers, expiration dates, and cardholder names. (under implementation)

Private Notes

  • Add and manage private notes. (under implementation)
  • Securely store personal notes, reminders, or any other confidential information. (under implementation)

User Management

  • Easily switch between registered users.
  • Manage and update user profiles. (under implementation)

Services

SQLite Databse service

  • We store all data in SQLite database service

Gradle

  • We use gradle for manage dependencies

How to Build JAR file

If you don't want to build download it from here

Make sure Java and Gradle is already installed and configured.

  • Go to project directory and run
gradle jar
  • Above command will compile your JavaFX application, bundle it with its dependencies, and create an executable JAR file in the build/libs directory.
java -jar build/libs/PassMan-1.0-SNAPSHOT.jar
  • That's it! You've successfully built a JavaFX project using Gradle. You can now distribute and run your JavaFX application using the generated JAR file.

How to Use

Alt Text

If you are using this app for first time, click on register and register with a unique username and password

Alt Text

And then login using username and password that you used to register

Click on Add Website Detail and Name for your website link, website url, username and password and click on save

Alt Text

Then you can click on name you use when adding the details then you can see added data

Alt Text

If you want to log out click on logout button top left corner

Alt Text

If you're interested in custom application development or would like to discuss a project, please don't hesitate to contact me.