banner.jpg

Stronger Password Authentication Using Browser Extensions

Full textClick to download.
CitationProceedings of the 2005 Usenix Security Symposium.
AuthorsBlake Ross
Collin Jackson
Nicholas Miyake
Dan Boneh
John C Mitchell

Abstract

We describe a browser extension, PwdHash, that transparently produces a different password for each site, improving web password security and defending against password phishing and other attacks. Since the browser extension applies a cryptographic hash function to a combination of the plaintext password entered by the user, data associated with the web site, and (optionally) a private salt stored on the client machine, theft of the password received at one site will not yield a password that is useful at another site. While the scheme requires no changes on the server side, implementing this password method securely and transparently in a web browser extension turns out to be quite difficult. We describe the challenges we faced in implementing PwdHash and some techniques that may be useful to anyone facing similar security issues in a browser environment.

Back to publications
Back to previous page