Hashing out tyoed passwords



Hi all.

Very new to Bash scripting well infact any scripting. So i hope that
you maybe able to help me out here.


I have a script that asks for a password to be entered so it can be
used later on in the script. This works great execpt tyat you can see
the password in plain text when you have enterd it on screen. What i
would really like it to do is to echo ****** as i type the password.
That way nobody should be able to scroll up the screen buffer to get
the password.


Is it possible? if so how


Cheers

.



Relevant Pages

  • Hashing out tyoed passwords
    ... Very new to Bash scripting well infact any scripting. ... That way nobody should be able to scroll up the screen buffer to get ...
    (comp.os.linux.misc)
  • hashing out typed passwords
    ... Very new to Bash scripting well infact any scripting. ... That way nobody should be able to scroll up the screen buffer to get ...
    (alt.os.linux)
  • Re: Hashing out tyoed passwords
    ... Very new to Bash scripting well infact any scripting. ... That way nobody should be able to scroll up the screen buffer to get ... multi-posting is a bad thing. ...
    (comp.os.linux.misc)
  • Re: Need shell script for extracting website content for a list of given websites
    ... I have used bash scripting for sometime in the past and know quite a ... each into the SITENAME field here: ... scripting again. ...
    (comp.unix.shell)
  • Re: Windows filename & dir renaming?
    ... The gotcha for bash scripting is that the IFS (internal ... field separator) usually includes a space character, ... Obviously you'd need to put whatever chars into the ...
    (Debian-User)