jungal01 / LockDown-password-manager

password manager and random generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LockDown

This project is licensed under the GNU General Public License.

LockDown is a password manager that can both generate and store passwords. The generated passwords are designed to be safe against brute force and some dictionary attacks. There are 2 fundamental styles; one of random characters, and one that generates relatively easy to remember passwords, inspired by the XKCD comic. Password storage will create website associations and have an optional username and email fields for easy tracking. LockDown is security minded, and as such, will never offer cloud based syncing. It is up to the user to manage how passwords are stored until LockDown properly handles password storage. Later versions will include both GUI and CLI.

Notes

  • words.txt is the unformatted version of dictionary.txt, and was skimmed from 2 online dictionaries. dictionary.txt had extra formatting done by hand to remove vulgar language and to remove 'words' like aaa. If the purpose you choose to use this for needs some extra words, it's suggested to avoid use of words.txt and instead add the necessary words to dictionary.txt.
  • At some point for speed and security, this project will be rewritten in Rust. The python version will remain available, however.

About

password manager and random generator

License:GNU General Public License v3.0


Languages

Language:Python 100.0%