https://github.com/aniruddha-10/password-manager
A GUI of a Password Manager that basically lets the user to save his/her passwords and all other important details associated with it
https://github.com/aniruddha-10/password-manager
java javafx oops-in-java scenebuilder
Last synced: about 2 months ago
JSON representation
A GUI of a Password Manager that basically lets the user to save his/her passwords and all other important details associated with it
- Host: GitHub
- URL: https://github.com/aniruddha-10/password-manager
- Owner: aniruddha-10
- License: mit
- Created: 2022-08-10T01:00:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T07:57:05.000Z (over 2 years ago)
- Last Synced: 2025-01-15T17:32:50.537Z (3 months ago)
- Topics: java, javafx, oops-in-java, scenebuilder
- Language: Java
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Password Manager using JavaFXWe have developed a fairly simple and easy to use GUI of a Password Manager.
## Badges
[](https://choosealicense.com/licenses/mit/)
## DeploymentTo deploy this project :
**If you are using Eclipse IDE:-**
- Copy the repository URL from github and import it into your Eclipse
- Make sure the JAVA version is 16 in order to run the project
- You will also need to download javaFX, You can install the latest version (https://gluonhq.com/products/javafx/)
**If you are using any other IDE**
- Use git commands to clone the repository into your system and get acess to all the files used in the program.
## Features
- Ability to save/delete multiple password information details
- Also has a "Forgot your Password" if in case if the user forgets the master password
- Easy to operate## Authors
- [@aniruddha-10](https://github.com/aniruddha-10)
- [@Ibycodes](https://github.com/IbyCodes)
- [@Astroboy1011](https://github.com/Astroboy1011)