Best Flask open-source libraries and packages

Anahtar

Anahtar is a tool for generating all your passwords with a single masterpassword.
Updated 3 years ago

anahtar

Screenshot

anahtar is a tool for generating all your passwords with a single masterpassword. As it is still in development, it is not currently suitable for use.

Table of contents

General info

anahtar is not a simple password generator. Generates passwords with hash algorithm using masterpassword, username and website information. The generated passwords can be accessed again by providing the same data. Thanks to hash algorithms, your masterpassword cannot be found based on the generated passwords. If the password on a website is stolen, your other passwords are not affected. To create a new password, you only need to change one of the inputs (e.g. password length).

Self Hosted

To use anahtar on your local device, download the requirements from the requirements.txt file.

pip install -r requirements.txt

Then just run the file wsgi.py in the home directory.

Status

Project is: in progress

Inspiration

Project inspired by LessPass.

Contact

Created by @ozelsalih - feel free to contact me!