Issue222822

classification
Title: getpass echos password
Type: Severity: normal
Components: Library Versions:
Milestone:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn
Priority: low Keywords:

Created on 2000-11-18.19:14:18 by bckfnn, last changed 2000-11-23.09:47:47 by bckfnn.

Messages
msg89 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.19:14:18
JPython lacked getpass() so I modified the registry to add my CPython libraries
as per the documentation.
Unfortunately the JPython program when calling getpass.getpass() is echoing the
plaintext password to the terminal.
Similar (read: identical) usage in a regular CPython program does not.
msg90 (view) Author: Finn Bock (bckfnn) Date: 2000-11-23.09:47:47
Java have no way of reading a password from stdin without echoing the characters. As a result, the getpass module use a normal raw_input as fallback. 

Support for loading and using nonstandard or JNI module which supplies this features will be welcome.
History
Date User Action Args
2000-11-18 19:14:18bckfnncreate