You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-6
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,16 @@
1
1
# PwdHash Sidebar
2
-
[PwdHash](https://crypto.stanford.edu/PwdHash/) (by Stanford) generates passwords resistant to theft and phishing by hashing a combination of the sites address and your password. It is available as browser extensions ([Firefox](https://addons.mozilla.org/en-US/firefox/addon/pwdhash/), [Chrome](https://chrome.google.com/extensions/detail/dnfmcfhnhnpoehjoommondmlmhdoonca), [Opera <12](https://www.coredump.gr/pwdhash-for-opera/)), apps ([Android](https://play.google.com/store/apps/details?id=com.uploadedlobster.PwdHash&hl=de), [iOS](https://itunes.apple.com/us/app/keygrinder/id354763605), [Windows](https://github.com/mgutekunst/WP8-PwdHash)), scripts ([Ruby](https://github.com/kizzx2/pwdhash.rb), [Python](https://pypi.python.org/pypi/pwdhash.py)) or a simple page like this which uses Javascript.
2
+
[PwdHash](https://crypto.stanford.edu/PwdHash/) (by Stanford) generates passwords resistant to theft and phishing by hashing a combination of the sites address and your password.
3
+
It is available as browser extensions ([Firefox](https://addons.mozilla.org/en-US/firefox/addon/pwdhash/), [Chrome](https://chrome.google.com/extensions/detail/dnfmcfhnhnpoehjoommondmlmhdoonca), [Opera <12](https://www.coredump.gr/pwdhash-for-opera/)),
Not yet supported: _[PwdHash by Cambridge](https://www.cl.cam.ac.uk/~dl551/pwdhash/) is a proof-of-concept alteration of the original Stanford PwdHash, but with a number of improvements that fix some of the weaknesses of the original. PwdHash-PoC uses the Forge implementation of PBKDF2-SHA512 to generate hashes._
8
+
Not yet supported:
9
+
_[PwdHash by Cambridge](https://www.cl.cam.ac.uk/~dl551/pwdhash/) is a proof-of-concept alteration of the original Stanford PwdHash, but with a number of improvements that fix some of the weaknesses of the original.
10
+
PwdHash-PoC uses the Forge implementation of PBKDF2-SHA512 to generate hashes._
5
11
6
-
This version of PwdHash is both a web extension for common browsers (like [Firefox](https://addons.mozilla.org/de/firefox/addon/pwdhash-sidebar/), Chrome and soon Edge) as well a [simple web page](https://quassy.github.io/pwdhash/). You can install it as an add-on or just save the whole page locally.
12
+
This version of PwdHash is both a web extension for common browsers (like [Firefox](https://addons.mozilla.org/de/firefox/addon/pwdhash-sidebar/), Chrome and soon Edge) as well a [simple web page](https://quassy.github.io/pwdhash/).
13
+
You can install it as an add-on or just save the whole page locally.
7
14
8
15
## Usage
9
16
@@ -22,7 +29,7 @@ This version of PwdHash is both a web extension for common browsers (like [Firef
22
29
## Authors
23
30
This software was created by quassy and is released under the BSD licence.
24
31
25
-
It is based on the previous work of several authors:
26
-
Standford PwdHash: Blake Ross, Collin Jackson, Nicholas Miyake, Dan Boneh, John C. Mitchell (BSD)
27
-
[md5.js](http://pajhome.org.uk/crypt/md5): Paul Johnston with Greg Holt, Andrew Kepert, Ydnar, Lostinet (BSD)
32
+
It is based on the previous work of several authors:
33
+
Standford PwdHash: Blake Ross, Collin Jackson, Nicholas Miyake, Dan Boneh, John C. Mitchell (BSD)
34
+
[md5.js](http://pajhome.org.uk/crypt/md5): Paul Johnston & Greg Holt, Andrew Kepert, Ydnar, Lostinet (BSD)
28
35
domain extractor from genpass: Chris Zarate (public domain)
0 commit comments