Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trulyaman25/keyvault
KeyVault is a secure and user-friendly password manager application that helps users store, manage, and access their passwords and sensitive information with ease.
https://github.com/trulyaman25/keyvault
css express html javascript mongodb nodejs
Last synced: 2 months ago
JSON representation
KeyVault is a secure and user-friendly password manager application that helps users store, manage, and access their passwords and sensitive information with ease.
- Host: GitHub
- URL: https://github.com/trulyaman25/keyvault
- Owner: trulyaman25
- License: mit
- Created: 2024-04-06T09:46:06.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-10T06:08:37.000Z (6 months ago)
- Last Synced: 2024-08-11T06:46:59.007Z (6 months ago)
- Topics: css, express, html, javascript, mongodb, nodejs
- Language: JavaScript
- Homepage: https://keyvaultstudio.vercel.app
- Size: 9.49 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KeyVault - Password Manager
KeyVault is a secure and intuitive password manager application designed to help users manage their passwords and sensitive information effectively. It provides a seamless user experience with features like secure storage, local storage persistence, and a user-friendly interface for adding, viewing, and copying passwords.
---
## Description
KeyVault offers a secure and convenient solution for managing passwords and sensitive information. With an intuitive interface and robust security measures, users can trust KeyVault to keep their data safe and easily accessible.
---
## Features
- **Data Encryption**: Store passwords and sensitive information in encrypted form.
- **User-Friendly Interface**: Intuitive UI for adding, viewing, and copying passwords.
- **Local Storage Persistence**: Persist user entries across sessions using local storage.
- **Entry Expansion**: View additional details of entries such as username and password.
- **Password Copying**: Copy passwords to the clipboard with a click of a button.---
## Technologies Used
- **Frontend**:
- React.js
- React Router DOM
- react-simple-typewriter (for typewriter effect)- **Backend**:
- Node.js
- Express.js
- auth0 (for authenticating user credentials for signing in)
- MongoDB (for storing user credentials)
- **Styling**:
- CSS---
## Installation
1. Clone the repository:
```bash
git clone https://github.com/trulyaman25/keyvault.git
```2. Navigate to the project directory:
3. Install dependencies:
4. Set up MongoDB:
- Create a MongoDB Atlas account and set up a cluster.
5. Create environment variables in the .env file
```bash
PORT=5000
MONGO_URI= /keyVault
```
6. Start the development server:
7. Open your browser and navigate to `http://localhost:5173` to access the application.---
## Usage
1. **Sign Up**:
- Create a new account by providing your fullname, username, email, and password.2. **Sign In**:
- Log in to your account with your username and password.3. **Dashboard**:
- Add, view, and manage your passwords and other sensitive information in the dashboard.---
## Improvements
- **Password Strength Checker:** Implement a feature that checks the strength of user passwords to ensure they meet certain criteria.
- **Two-Factor Authentication (2FA):** Offer users the option to enable two-factor authentication for an added layer of security during login.
- **Improved UX/UI**: Enhance user experience with a more intuitive and visually appealing interface.
- **Cross-Device Sync**: Enable synchronization of passwords across multiple devices for user convenience.---
## Future Goals
- **Multi-Language Support**: Add support for multiple languages to cater to a wider user base.
- **Mobile Application**: Develop a mobile app version of KeyVault for seamless access on mobile devices.
- **Password Generator**: Incorporate a password generator feature to help users create strong and unique passwords.
- **Browser Extensions**: Create browser extensions for popular browsers to facilitate password autofill and management.---
## Images
![image](src/components/assets/images/prototypeImages/imageOne.png)
![image](src/components/assets/images/prototypeImages/imageTwo.png)
![image](src/components/assets/images/prototypeImages/imageThree.png)
![image](src/components/assets/images/prototypeImages/imageFour.png)
![image](src/components/assets/images/prototypeImages/imageFive.png)
![image](src/components/assets/images/prototypeImages/imageSix.png)
![image](src/components/assets/images/prototypeImages/imageSeven.png)
![image](src/components/assets/images/prototypeImages/imageEight.png)---