Skip to content

Multiverse-Backend/password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

password-manager

This application offers complete CRUD functionality to manage user password accounts. Sensitive data is encrypted and securely stored in the database, and decrypted for return upon receiving accurate user credentials.

Additionally, users may generate strong, unique passwords of their desired length, with an 8 character minimum.

Generate Password generate-password Home show-accounts Create Account create-account

Tech Stack

  • Language: Python
  • Backend Framework: Flask
  • Frontend Framework: React
  • Authentication: Auth0
  • Database: SQLAlchemy
  • Encryption: Cryptography

Installation

In server directory: pip install -r requirements.txt

In root directory: npm install

Run Application

npm start

About

Password Manager

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors