Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 488 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 488 Bytes

Todo:

  • Find out general structure of password managers

  • Find what hashing algo to use (probably sha256)

  • Create an SQL database of some kind (mysql)

    • tables: password, username, user_email, app_name, url
  • Refresh memory on how to create, store and retrieve things from an SQL database

  • create a terminal menu

    • needs to allow the user to type in a domain name, url or app name
    • user should get back password, email used, and if applicable username
  • create master password