Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.06 KB
                                                      PASSWORD-MANAGER 

Features it has:

  1. It can generate a strong random password, used AES to store the encrypted passwords in DB.

  2. It won't let user to signup with a weak password.

  3. Only Admin can access the decrypted passwords, remove users, and also can retreive the user passwords.

  4. it has home - (signin page), firstuser - (signup page), Admin - (SuperUser page)

Steps to Procced:

  1. Always run - home.py with command streamlit run "./Home.py"

  2. Keep the firstuserp.y and admin.py in a folder /pages/

image HOME PAGE

image

ADMIN PAGE

image FIRST USER PAGE