Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksh168/password_manager
This is a simple browser based Password Manager. Made using React, MySQL, NodeJS.
https://github.com/ksh168/password_manager
mysql nodejs reactjs
Last synced: 10 days ago
JSON representation
This is a simple browser based Password Manager. Made using React, MySQL, NodeJS.
- Host: GitHub
- URL: https://github.com/ksh168/password_manager
- Owner: ksh168
- Created: 2021-07-22T16:31:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T07:27:37.000Z (5 months ago)
- Last Synced: 2024-08-17T08:33:28.703Z (5 months ago)
- Topics: mysql, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password_Manager
This is a simple browser based Password Manager.
Made using React, MySQL, NodeJS.## User Interface
* **UI walk-through**
Users can add their username/email, password and website name for which they want to save password.
Later when they click on the website name, it reveals their passwords.
Passwords are encrypted using **AES-256-CTR** algorithm and stored in MySQL databse.
\
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).## Available Scripts
In the each project directory (client and server), run:
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.\
You will also see any lint errors in the console.