Jone <[email protected]> writes:
> The password is entered once at login and exported > to environment variable. As a result, password is available during the user > session (for some automation with bash scripts). Please know that environment variables are readable in /proc and in the output of process managers. An environment variable is not a good place for a secret. -- Ricardo
