This repository has been archived on 2020-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
mp-companion/app.js
2020-02-20 21:46:08 +01:00

18 lines
531 B
JavaScript

//Create a storing database
//Create a new item in the context meun for "Add username"
//Look into the database to search for the username
//If not found ask the user
//Add it into the database
//Create a new item "Add the password"
//Search in the database for the user's name
//If not found ask the user
//Look into the temp cache for the masterpassword
//Ask the user for the masterpassword
//Add it into the temporary cache
//Get the URL
//Get https://www. out the url
//Calculate the final password
//Add the final password