Skip to main content
USENIX
  • Conferences
  • Students
Sign in

connect with us


  •  Twitter
  •  Facebook
  •  LinkedIn
  •  Google+
  •  YouTube

twitter

Tweets by @usenix

usenix conference policies

  • Event Code of Conduct
  • Conference Network Policy
  • Statement on Environmental Responsibility Policy

You are here

Home ยป Stronger Password Authentication Using Browser Extensions
Tweet

connect with us

Stronger Password Authentication Using Browser Extensions

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.

Blake Ross, Stanford University

Collin Jackson, Stanford University

Nick Miyake, Stanford University

Dan Boneh, Stanford University

John C Mitchell, Stanford University

BibTeX
@inproceedings {269266,
author = {Blake Ross and Collin Jackson and Nick Miyake and Dan Boneh and John C Mitchell},
title = {Stronger Password Authentication Using Browser Extensions},
booktitle = {14th USENIX Security Symposium (USENIX Security 05)},
year = {2005},
address = {Baltimore, MD},
url = {https://www.usenix.org/conference/14th-usenix-security-symposium/stronger-password-authentication-using-browser-extensions},
publisher = {USENIX Association},
month = jul,
}
Download

Links

Paper: 
http://usenix.org/publications/library/proceedings/sec05/tech/full_papers/ross/ross.pdf
Paper (HTML): 
http://usenix.org/publications/library/proceedings/sec05/tech/full_papers/ross/ross_html/index.html
  • Log in or    Register to post comments

© USENIX

  • Privacy Policy
  • Contact Us