From: Marc Soda Date: 2007-05-09T21:49:29+09:00 Subject: Re: Password Echo On 5/9/07, Xavier Noria wrote: > On May 9, 2007, at 4:46 AM, Marc Soda wrote: > > > Anyone know of a way, aside from Ruby/Password, of suppressing echo > > for a password prompt on a terminal? I'm interested in *nix > > primarily. > > It's trivial with HighLine. > > -- fxn > Thanks all. I was hoping that there was a way I overlooked that didn't require any external dependencies. However, I ended up using ruby-termios. Marc