Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayyush08/passman-password-manager-application
This project is a React application that serves as a password manager using MongoDB as the database. It allows users to securely store and manage their passwords.
https://github.com/ayyush08/passman-password-manager-application
Last synced: 26 days ago
JSON representation
This project is a React application that serves as a password manager using MongoDB as the database. It allows users to securely store and manage their passwords.
- Host: GitHub
- URL: https://github.com/ayyush08/passman-password-manager-application
- Owner: ayyush08
- Created: 2024-06-22T19:05:57.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T19:13:22.000Z (8 months ago)
- Last Synced: 2024-06-23T02:13:09.729Z (8 months ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PassMan - an easy to use password manager
## Description
This project is a React application build on top of Vite that serves as a password manager using MongoDB as the database. It allows users to securely store and manage their passwords.
## Features
- Password encryption: Passwords are encrypted using industry-standard encryption algorithms to ensure security.
## Installation
1. Clone the repository.
2. Install the required dependencies by running `npm install`.
3. Set up the MongoDB database and configure the connection in the `.env` file.
4. Start the application by running `npm run dev`.## Usage
1. Register a new account or log in with an existing account.
2. Add passwords to your vault by clicking on the "Add Password" button.
3. View, edit, or delete passwords from your vault.
4. Share passwords with other users by entering their email addresses.
5. Set expiration dates for passwords to enhance security.
6. Generate strong and unique passwords using the password generator.## Contributing
Contributions are welcome! If you have any suggestions or find any issues, please open an issue or submit a pull request.