You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting the environment variable may allow it to be read by other processes on the system. Also, since Argon2 is meant to be slow, that environment variable will be set for a decent amount of time (plenty of time for another process to access it).
Why is in the demonstrated usage, the password is passed in the command line?
echo "pwd"|./argon2 saltsalt
The command (and password) is now visible by entering the
history
command in the terminal.How can I use the executable without this problem? If I just enter
./argon2 saltsalt
and then enter the password, the program halts.I would expect the program to allow me to enter the password without echoing back to terminal.
The text was updated successfully, but these errors were encountered: