Show HN: Simple and easy Password Manager on the terminal
1 comments
Do you have your passwords in plain text in your home folder? It seems like Pass (https://www.passwordstore.org/) would solve this problem in a more secure fashion.
yes, cause they're secure in a root file and you need my password to read.
also you need my password to boot my laptop and to decript my hard drive, so I'm safe.
this is just a quick way of copy and paste password without them to a third-party app
also you need my password to boot my laptop and to decript my hard drive, so I'm safe.
this is just a quick way of copy and paste password without them to a third-party app
Where 'your_password_file.txt' is a text file (accessible by your user only, with your password) with the following pattern:
password|place_that_password_belongs_to
this way you can create all kinds of crazy passwords, like:
So when you call your script passing 'google' as an argument, it will place your crazy password into your copy/paste.