Displaying 1 result from an estimated 1 matches for "myloginfunction".
2009 Jun 12
1
Masked user input
...ent logging of sensitive information, it is not always
preferable to run R with special flags. Is any solution available to
prevent the logging/ display of user input. Obviously, hard-coding the
sensitive information is not an option.
Note: I currently use the following (summarized) convention:
myloginfunction <- function(uname = readline("Enter username") , passwd =
readline("Enter password")) { print(c(uname,passwd)); };
However, the readline function prints the response on-screen.
Thanks!
--
View this message in context: http://www.nabble.com/Masked-user-input-tp24005544p...