grahamking / kip

Command line script to keep usernames/passwords in gnupg encrypted text files.
GNU General Public License v3.0
23 stars 6 forks source link

Don't recommend commands with the password in them #15

Closed ipmb closed 11 years ago

ipmb commented 11 years ago

echo "password" | kip mysite.com user will leave the password in plain text in the user's shell history. There must be a better way to do it.

grahamking commented 11 years ago

Yes, thanks for that. I've changed it so that instead of piping in the password, you can ask to be --prompted.

ipmb commented 11 years ago

:+1: