[253] in Kerberos_V5_Development
A suggestion
daemon@ATHENA.MIT.EDU (marc@ATHENA.MIT.EDU)
Sat Aug 11 22:55:41 1990
From: marc@ATHENA.MIT.EDU
To: krbdev@ATHENA.MIT.EDU
Reply-To: marc@MIT.EDU
Date: Sat, 11 Aug 90 22:55:24 EDT
The current libdes reads passwords from stdin:
des_read_password writes the string specified by prompt to
the standard output, turns off echo (if possible) and reads
an input string from standard input until terminated with a
newline.
I propose that it be changed to use /dev/tty instead of stdin/stdout.
Marc