On Thu, Oct 22, 2009 at 3:01 PM, elias r. <obs...@crudp.ath.cx> wrote: > thank you :) > I'll update it later that day! > > one question: why did you choose tty over stdin? > would using stdin be a security flaw?
As you discovered, making it read from tty makes it harder for people to put their put their password in a script, which is generally a good idea.