Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.