8000 GitHub - betabrain/pwdhash: Stanford PwdHash port to python, usable as library or as a console script.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

betabrain/pwdhash

 
 

Folders and files

< 8000 tr class="react-directory-row undefined" id="folder-row-0">
NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of pwdhash.py which is based on the official JavaScript
implementation of the Stanford PwdHash algorithm. For details see below.

This fork attempts to modernise pwdhash.py.

Features:
    - Newer hashing algorithms
    - Stronger password



ORIGINAL NOTICE:

This is an implementation of Stanford PwdHash algorithm [1] based on JavaScript
version from https://www.pwdhash.com/pwdhash.js.

Original JavaScript code Copyright notice is:

    Copyright (C) Stanford University 2004-2006
    Author: Collin Jackson
    Other Contributors: Dan Boneh, John Mitchell, Nick Miyake, and Blake Ross
    Distributed under the BSD License

[1] Ross, B., Jackson, C., Miyake, N., Boneh, D., & Mitchell, J. C. (2005,
August). Stronger Password Authentication Using Browser Extensions. In Usenix
security (pp. 17-32).

About

Stanford PwdHash port to python, usable as library or as a console script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0