Skip to content

ehazlett/locksmith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locksmith

Locksmith is a password management application. Think of it as a lightweight open source web based 1password or keepass.

Visit #locksmith-io on IRC (freenode) for questions, help, etc.

Screenshots here

Setup

  • pip install -r requirements.txt
  • python manage.py syncdb --noinput
  • python manage.py migrate
  • python manage.py createsuperuser
  • python manage.py runserver

Application Settings

Edit all application settings in settings.py. You can also create a local_settings.py with override values.

License

Apache License 2.0

About

AES encrypted password manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published