In short, no.
Not showing the password on tty is implemented by turning the terminal's echo mode to off.
As the terminal do not have echo back mode changing the characters to '*', we need to implement in every program that receives a password on a terminal to echo back password input in '*' or backspace if it is input.