brinchj / RndPhrase

RndPhrase: Auto-generated secure passwords.
BSD 2-Clause "Simplified" License
21 stars 4 forks source link

Malicious website javascript can intercept password while typing #5

Open Munter opened 13 years ago

Munter commented 13 years ago

Currently RndPhrase only replaces passwords when pressing tab or enter, or when blurring the password field.

A phising site or a valid site with injected malicious third party javascript code can read the value of the password field or the keyboard events while typing.

Possible imrovements:

Both changes should of course be non-intrusive.