You are not logged in.
After looking at several password managers, I decided to roll my own. I created lightvault which executes as a single python file with no python package dependencies.
Take a look at it and more documentation here:
https://github.com/vitiral/litevault
Intended use:
- edit the auth file using the text editor of your choice in the INI format (I use vim with the openssl.vim module)
- run litevault and retrieve the password you want (I.e. run litevault and type in "gmail")
- bind `litevault -s &` to a key (I bind it to Alt+p in my i3 window manager)
- profit!
Last edited by vitiral (2015-10-13 22:22:26)
Offline
Nice! Moving to Community Contributions...
Offline