Skip to content

A web application to store all your passwords in one secured place.

Notifications You must be signed in to change notification settings

shivamgupta077/PasswordCase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PasswordCase

This is an application intended for a user to store and manage all his/her passwords at one place, itself protected by a password. It has a functionality of having the password in protected format and a button to copy the password directly to the clipboard and then being able to copy it directly to the password box of different sites. 2-step authentication is added so that passwords cannot be leaked easily even if users master password is leaked.

To install Rest framework: pip install djangorestframework and then add 'rest_framework' in Installed Apps.

About

A web application to store all your passwords in one secured place.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.2%
  • HTML 23.1%
  • JavaScript 2.7%