Skip to content

MatinAfzal/KeysBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeysBox

A password manager written in Python language that encrypts and stores your information with fernet.

Features

  • Save and display passwords.
  • Update/Delete and edit passwords.
  • Get backup.
  • login page.

Preview

edit.and.delete.mp4

Requirements

Terminal#> cd ./<path>/KeysBox

Teminal/keysbox#> pip install -r requirements.txt

Author