[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Password input

Henrik Ronellenfitsch

1/11/2005 12:31:00 PM

Hello,
is it possible to let the user input a password without the actual
letters being shown on the console?

Thanks,
Henrik
2 Answers

Dick Davies

1/11/2005 12:58:00 PM

0

* Henrik Ronellenfitsch <hen_WEG_damit_rik@searinox.de> [0156 12:56]:
> Hello,
> is it possible to let the user input a password without the actual
> letters being shown on the console?

Yes, there's a ruby-password library - see RAA.
--
'You were doing well until everyone died'
-- God
Rasputin :: Jack of All Trades - Master of Nuns


Henrik Ronellenfitsch

1/11/2005 1:54:00 PM

0

Dick Davies wrote:
> Yes, there's a ruby-password library - see RAA.

Thanks, that's what I was looking for.