Password entry without keystroke timing
Password entry without keystroke timing
Posted Mar 13, 2026 15:37 UTC (Fri) by epa (subscriber, #39769)Parent article: More timing side-channels for the page cache
For the text console, a program accepting a password can put the terminal into cooked mode and then receive the whole password string only once the user presses Enter. It wouldn't be woken up for each keystroke so, unless you can somehow snoop on the kernel-space tty code, an attacker couldn't observe the timing of keypresses. But there is no obvious equivalent of this for graphical environments.
