Y
Hacker News
new
|
ask
|
show
|
jobs
by
DrewHintz
3804 days ago
> LastPass also detects you enter your master password on an incorrect domain and notifies you immediately of your mistake
Interesting! How does it do this?
1 comments
willidiots
3804 days ago
I'm assuming by the same mechanism that offers to save previously-entered passwords. It's always sniffing anything you type into a password field.
link
TwoBit
3804 days ago
How would it know it's a password field and not just some text input box that uses * characters?
link
joshschreuder
3804 days ago
<input type="password" /> I assume
link