fix typos
add instructions to readme, add MIT licenese
refactor
This is a password manager that was implemented during my master thesis. It tries to show the essential components of a password manager in the most simple form.
This password manager is very insecure. Its focus was to use it for studying attacks on password managers.
It only works with Mozilla Firefox. To use it you need to install
web-ext and run the Simple Password
Manager Server.
Then you can build and start the add-on using web-ext run
. The server
automatically creates an account with given password, if it doesn't find the
email address.
The Code is open-sourced software licensed under the MIT license.