Pass-Genie is a personal password manager developed by the (Strikers) Neeraj Parkash, Shariq Joel, and Nimrah Mehboob. The purpose of this application is to help users securely store and manage their login credentials for various online accounts.
-
User authentication: users must register an account and login to access their password manager.
-
Password generation: users can generate strong and unique passwords for each of their accounts.
-
Password storage: users can securely store and manage their login credentials for various online accounts.
-
Password retrieval: users can retrieve their stored passwords when needed.
- Java
- Spring Boot
- MSSQL
- Hibernate
To get started with Pass-Genie, follow these steps:
Clone the repository to your local machine using
git clone https://github.com/neerajparkashsharma/Pass-Genie-Strikers
Install MSSQL and create a new database named "pass-genie".
Update the database credentials in src/main/resources/application.properties.
Build and run the application using your preferred IDE or command line.