Simple web password manager implemented using Django Web Framework.
Demo: https://web-password-manager.herokuapp.com/
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.
NOTE: There is only one account that you can log in using the following credentials:
- login: root
- password: qwerty123
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
MIT © Mateusz Furga