need to hide output to screen

I have a script that askes users to enter in an oracle account and password, The information is displayed on the screen as they type it. Does anyone know how I can hide this output?
:confused:

stty -echo turns off echo to the screen and stty echo turns it back on.