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
Revert commit 3552fed.
This has been done to clarify the licensing of past contributions.
There has not any response from rchatterjee regarding this so reverting his updates(see conversation for github pull request #12).
Other contributors have accepted the change (see github pull requests #11, #14 and github issue #15).
Calculate the required size for PossChars based on the dictionary use…
…d. The fix
for this by hannob in commit ad2ef76 works for the current dictionary, but would
fail if a dictionary is used with 49 or more possible characters for one of its nodes.
This version adds (some of) the new features that have been added to …
…the coffee script code over the last year.
* Updated and larger dictionaries
* Detect repeated matches in a password (e.g wordword,./,./ )
* Detect sequences where the difference between characters is more than one (e.g. adgj )
* Detect reversed dictionary words in a password
* Increase the calculated entropy if a password is made of multiple matched parts
This is the code from January 2015, but with the makefile modificatio…
…ns by spwhitton (github.com user).
His changes added libraryand cleanin targets, standard variable names.
The code itself has stable in use.