Anyways... is there a way to read only one character from the keyboard without the "enter/return" key? I believe I could "fake" the get_password if there's a way to grab only one keystroke from the keyboard and then, maybe, printing a "\b " to the screen?
Thinking about alternatives I may have here. What would be a workaround to this that didn't involve loading that variable in the shell as an environment variable and probably tainting the command history, and that didn't expose the user if they were to scroll back?