~apreiml/simple-password-manager

3411b1036e959af6dd998b09c61d4a39bcf6e1e7 — Armin Preiml 3 years ago f6979bc
add instructions to readme, add MIT licenese
2 files changed, 41 insertions(+), 0 deletions(-)

A LICENSE
A README.md
A LICENSE => LICENSE +21 -0
@@ 0,0 1,21 @@
MIT License

Copyright (c) 2021 Armin Preiml

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

A README.md => README.md +20 -0
@@ 0,0 1,20 @@
# A unsecure Simple Password Manager

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 unsecure. 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](https://github.com/mozilla/web-ext) and run the [Simple Password
Manager Server](https://git.sr.ht/~apreiml/simple-password-manager-server).
Then you can build and start the addon using `web-ext run`.  The server
automatically creates an account with given password, if it doesn't find the
email address.

## License

The Code is open-sourced software licensed under the
[MIT license](https://opensource.org/licenses/MIT).