peewee based cli password manager/generator
- Check .travis.yaml file for easy build.
- SqlCipher Database is used to encrypt the database file with AES.
- peewee ORM is used to map and interact with the database.
- Create, store, edit and generate password, that allows user to use a single "master" password to generate unique password for all the sites and services.