8000 Tags · tsyrogit/zxcvbn-c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: tsyrogit/zxcvbn-c

Tags

v2.5

Toggle v2.5's commit message
Update readme.

v2.4

Toggle v2.4's commit message
Fix clang compilation fail, github issue #22 reported by ksdd.

v2.3

Toggle v2.3's commit message
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).

v2.2

Toggle v2.2's commit message
Merge pull request #14 from dhenot/master

Fix match for decrementing sequences causing heap corruptions

v2.1

Toggle v2.1's commit message
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.

v2.0

Toggle v2.0's commit message
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

V1.0

Toggle V1.0's commit message
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.
0