I'm writing a CLI in elixir, how can I prompt the user for a password, without displaying the input in the terminal?
Apparently there are some problems with this. Currently the best solution seems to be to repeatedly clear the input in a loop, as implemented in the Hex package manager: