You are not logged in.
Pages: 1
I have no problem with my laptop, but do you know how to show the asterisks in passwd, as I feel very confused when I change the password. Thank you
Offline
I have no problem with my laptop, but do you know how to show the asterisks in passwd, as I feel very confused when I change the password. Thank you
AFAIK, passwd does not have a way to echo * on each character.
Feel free to ask to upstream if they care about such feature...
But it may be received with disdain, since echoing characters is considered by some (who?) as a security weakness (how?).
My assumption is that it allows $someone to see the length of your password, alongside other related problems...
Last edited by GaKu999 (2020-11-19 12:12:19)
Offline
If you don't like passwd's interface, don't use it. Use chpasswd instead.
If you mean for loging in or for sudo, there are options for those programs (e.g., pwfeedback for sudo).
Last edited by Trilby (2020-11-19 14:17:16)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
rlwrap passwdBut absolutely NO guarantees on security implications.
Offline
Pages: 1