⬅︎ Back to Read in passwords with bash
You may also use this command :read -s -p "Password: " mypasswordsrc : http://bash.cyberciti.biz/misc-shell/shel-to-accept-password/
Comment
You may also use this command :
read -s -p "Password: " mypassword
src : http://bash.cyberciti.biz/misc-shell/shel-to-accept-password/