Info
Projects
Krypt is a simple easy to use password manager written in python. It utilises an encrypted called a keystore to store usernames and passwords, meaning from now on, you only need to remember one password.
I am really unimpressed with the password managers available on Linux. So I am building my own. I use KDE solely, so initially this will be a kde project, but anyone is welcome to take the code and create a GTK frontend.
What I want is an ecrypted file showing three columns. The first line wil be "Account, Username, Password"
the next and subsequent lines will be an account name and a username and a password. Clicking on a field will push it to klipper, so I can paste it into the necessary field. Encryption type should be GPG or AES, or other respected, and considered strong cipher.
I am learning(and loving) python so am thinking we will use python and pyQT for this project. I will try to make it modular so that someone else can take the code and do a GNOME version if they wish.
I plan to design the initial program. I am not a professional coder, but I know what I want, and I think others may want the same. If I come up with the requirements, even the basic logic, perhaps some one else could write some code, do some QA ask for features etc.