A while ago I was looking for a password management solution that I could trust, so of course being as paranoid as I am I decided to write my own. Now I've decided to share what I came up with. My system takes the form of two bash functions which inhabit my .bashrc file. First is a password generation function: # function to generate a new password and add it to the secure file # also copies the new password to the clipboard # clipboard is cleared automatically after 10 seconds pwg() { CB=$(
More
