public char[] readPassword ()

Reads a password or passphrase from the console with echoing disabled

Returns:  A character array containing the password or passphrase read from the console, not including any line-termination characters, or null if an end of stream has been reached.

Exceptions:
IOError     If an I/O error occurs.