Skip to content

Local server to display encrypted list of passwords for a short period of time

Notifications You must be signed in to change notification settings

md-experiments/password_vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Vault

This repo is a basic password vault which allows you to encrypt some data and continuously add to it

Usage

  1. clone repo, create environment and run requirements.txt
  2. Create file password.txt with your password
  3. Store sensitive data in file_to_encrypt.txt
  4. follow instructions in Encryption notebook to encrypt it and store to local db
  5. remove/clear file_to_encrypt.txt & password.txt. Repeat 2. - 4. when you need to add new sensitive information
  6. run python app.py
  7. To preview ensitive data, enter password. Sensitive info will disappear after 10sec

NB: do not forget to close down browser after use as password can still be resubmitted upon page refresh

About

Local server to display encrypted list of passwords for a short period of time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published