steam_api.dll implementation for wine. Your windows games now can interact with your linux steam! (This repo mirrors https://gitlab.com/xomachine/SteamForwarder)
MIT License
198
stars
8
forks
source link
app_install password is visible in command history #12
Because the password is passed in via a command line argument, it is recorded in the user's shell history. Most applications ask for a password separately using something like getpass. It also gives the user peace-of-mind because the password isn't cleary visible in the terminal.
Because the password is passed in via a command line argument, it is recorded in the user's shell history. Most applications ask for a password separately using something like
getpass
. It also gives the user peace-of-mind because the password isn't cleary visible in the terminal.