Skip to content

Keeper is a python local password manager. Store passwords in protected way

License

Notifications You must be signed in to change notification settings

cebem1nt/keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keeper

Keeper is a local cli password manager writen in python. Keeper is oriented to extensibility and simplicity in code changing, while at the same time offering a good level of sequrity by default.

Todo

Stuff i will do:

  • Normal Readme
  • Git integration for remote usage
  • Improve extensibility of the code
  • Event system for extensibility
  • Opening an .lk file out of working directory

May be:

  • Visual interface

What is done

  • All the main functionality: Searching, adding, editting, getting, removing passwords
  • Additional functionality: Generating passwords, coppying passwords files, changing between files
  • Basic comments / architecture for extensibility