8000 GitHub - mfurga/web-password-manager: A web-based password manager that can create/edit/delete as well as share a password using a specially generated URL. It was written in Django Web Framework & pycrypto library.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A web-based password manager that can create/edit/delete as well as share a password using a specially generated URL. It was written in Django Web Framework & pycrypto library.

License

Notifications You must be signed in to change notification settings

mfurga/web-password-manager

Repository files navigation

Web Password Manager

Simple web password manager implemented using Django Web Framework.

Build Status Python3.7 Django License MIT

Demo: https://web-password-manager.herokuapp.com/

Overview

Simple web-based password manager written using Django Web Framework & pycrypto library. Allows to create a new entry, edit the entry, delete the entry and share the entry using a special URL, which is valid only for 5 minutes. It also uses the AES algorithm to deal with passwords storage in the database.

Manager Image

User credentials

NOTE: There is only one account that you can log in using the following credentials:

  • login: root
  • password: qwerty123

Installation / Requirements

You can also easly install the require packages using the following command:

pip install -r requirements.txt

Then run the server:

export SECRET_KEY="<secret here>"  # use `set` command for Windows
python manage.py runserver 0.0.0.0:8000

License

MIT © Mateusz Furga

About

A web-based password manager that can create/edit/delete as well as share a password using a specially generated URL. It was written in Django Web Framework & pycrypto library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0