GitSquared / edex-ui

A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
GNU General Public License v3.0
40.49k stars 2.55k forks source link

Disable audio feedback when in Password Mode #1039

Closed GitSquared closed 3 years ago

GitSquared commented 3 years ago

cf: #1038 @schuelermine

With sound enabled, a recording of you typing your password tells the attacker how long your password is.

pyrocto commented 3 years ago

On at least OS X 10.13.6, this currently doesn't work. When using sudo, the keyboard shows the password characters I'm typing and beeps.

schuelermine commented 3 years ago

are you in password mode? you need to enable it explicitly, it does not get activated whenever sudo is used.

pyrocto commented 3 years ago

I was unaware of it. How does one enable it?

GitSquared commented 3 years ago

@pyrocto the default shortcut is Ctrl+Shift+P to toggle it on/off.