|
|
|
|
|
by ilyt
1321 days ago
|
|
Some apps only accept password in commandline. The better written ones might accept it in env but that will also stay in history. But if someone have access to your home they can put keylogger in the .profile/.bashrc so it's not really relevant... |
|
`the-command --password $(read -s;echo $REPLY)`