aesavas / PwCase

Web based Password Storage App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PwCase

PwCase is a web application that store passwords of platforms. PwCase developed with Flask and Bootstrap. Passwords are stored in the database in encrypted form.

dashboard


Homepage

homepage

Profile

You can see your profile details from this page.

profile

Add Password

To add platform details. (Password, registration mail, username and platform name)

addInfo

Show Password

To see details you have to enter your secret key that created in the registration process.

Details

Edit Profile & Edit Detail

To edit your profile or data details, you should choose a category of data.

Edit


Used Technologies

  • flask - Micro web framework
  • flask-sqlalchemy - Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application.
  • flask-wtf - Simple integration of Flask and WTForms.
  • bootstrap - For fast and responsive front-end design.
  • cryptography - To store in the database in encrypted form.

About

Web based Password Storage App


Languages

Language:Python 56.2%Language:HTML 43.8%