Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Don't display characters when entering the password #4

Open
fennectech opened this issue Nov 6, 2018 · 3 comments

Comments

@fennectech
Copy link
Contributor

I recomend not displaying the charicters when the user enters their password Its usually done to foil shoulder surfers but with telnet its like making your lock out of paper.

@jakibaki
Copy link

jakibaki commented Nov 6, 2018

The password will still have be transferred through telnet so "hiding" the chars wouldn't make any difference in transfer-security.

@Cesura
Copy link
Owner

Cesura commented Nov 6, 2018

There are some 3 byte telnet character codes that essentially say "echo" or "no echo," provided the client is willing to listen. I'll look into using those to address the "over the shoulder" concern. Transporting in plaintext really is the bigger weakness though, as @jakibaki pointed out.

@fennectech
Copy link
Contributor Author

Yeah.

@friedkeenan friedkeenan changed the title Conventionaly typed charicters are not displayed when logging in over console Feature Request: Don't display characters when entering the password May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants