Commit Graph

86 Commits

Author SHA1 Message Date
Noelia 5e86766768 Update all references to status-im repository 2022-03-11 19:37:20 +01:00
Noelia 08fea70a42
Update go.mod 2022-03-11 12:58:25 +01:00
Nathan Button fa2cb28583
Merge pull request #38 from lpmi-13/update_links
update original motivation link, plus http to https
2021-02-16 19:23:36 -07:00
Adam Leskis 5a96a2d2b8 update original motivation link, plus http to https 2021-02-15 10:42:53 +00:00
Nathan Button e56b841a3c
Merge pull request #37 from binhn/use-go-mod
Use go mod
2020-12-21 16:15:40 -07:00
Binh Nguyen 9345b873fc Switch to using modules instead of vendor
Signed-off-by: Binh Nguyen <bnguyen@manetu.com>
2020-12-21 17:20:45 -05:00
Binh Nguyen db81aa62d3 Use loop on testapp until exit to allow the user continuous
testing without having to start the app again and again.

Signed-off-by: Binh Nguyen <bnguyen@manetu.com>
2020-12-21 17:18:23 -05:00
Nathan Button ae427f1e4c
Merge pull request #33 from holiman/format
go format + make testapp take input
2018-09-12 11:59:39 -07:00
Martin Holst Swende fbd806564e
go format + make testapp take input 2018-09-12 15:04:35 +02:00
Nathan Button be3c235ccd
Merge pull request #32 from nbutton23/clean-up-and-formating
Passing Lint checks
2018-08-30 15:18:52 -06:00
Nathan Button 779ab22c69 Golint is not in the golang image, for now i will add it to the config while I research if there is an image where its included 2018-08-30 15:16:50 -06:00
Nathan Button 910048ffe2 Re add lint to the CI stop zxcvb_test.go from failing 2018-08-30 15:08:55 -06:00
Nathan Button 8a54176704 Add comment for fuzz 2018-08-30 15:05:50 -06:00
Nathan Button 0c2847c0bb Merge branch 'master' of github.com:nbutton23/zxcvbn-go into clean-up-and-formating 2018-08-30 15:04:43 -06:00
Nathan Button e13e15e561
Merge pull request #31 from nbutton23/circlieCi
forgot to set the org and repo names in the config
2018-08-30 15:03:48 -06:00
Nathan Button 5ff8baff22 Commenting lint out since its going to fail, I have another branch where that will be fixed 2018-08-30 15:03:25 -06:00
Nathan Button 9be67182a5 lint not vet 2018-08-30 15:02:44 -06:00
Nathan Button fbb9b1cc38 forgot to set the org and repo names in the config 2018-08-30 15:00:27 -06:00
Nathan Button a24f42d954
Merge pull request #30 from nbutton23/circlieCi
Circlie ci
2018-08-30 14:56:53 -06:00
Nathan Button d9b49e9a5a Add ci build 2018-08-30 14:55:24 -06:00
Nathan Button 0425ef0975 Merge branch 'master' of github.com:nbutton23/zxcvbn-go into circlieCi 2018-08-30 14:53:16 -06:00
Nathan Button 9fd4f2fb9a Makefile 2018-08-30 14:53:10 -06:00
Nathan Button 3cb5938f3f
Merge pull request #27 from stevenjohnstone/sjj/fuzz
Add fuzzing and fix crashers.
2018-08-29 09:08:19 -06:00
Nathan Button c0f8271c67 A make file with some helpers 2018-08-28 21:26:51 -06:00
Nathan Button 953e4e2086 Fix some small preformance issues as well as get lint passing 2018-08-28 21:25:31 -06:00
Nathan Button 780cc39d5c
Merge pull request #28 from tempestsecurity/master
changing l33t substitution set of possibilities
2018-05-09 19:06:40 -07:00
edwincarlo 923f144299 changing l33t substitution to generate the same set of possibilities as python, solving recursiveness issue 2018-05-09 17:19:29 -03:00
Steven Johnstone db0cf37600 Add fuzzing and fix crashers.
The output of strings.ToLower can have less bytes than the input.
There are valid utf8 strings which demonstrate this which could be
entered as potential passwords which would cause an out of bounds
slice access in the dictionary match code.

Fixed issue in go 1.10 test code for adjcmatrix.go to make sure
the tests passed cleanly.
2018-03-28 14:01:22 +01:00
Nathan Button eafdab6b06 Update to dep, fixed one broken test, and commented out a bad test. 2017-11-02 08:15:20 -07:00
Nathan Button aa63dc8ac7
Merge pull request #24 from TheMacies/master
Filtering the matchers
2017-11-02 08:12:25 -07:00
Maciej Długoszek 84ad96728f
Update zxcvbn.go 2017-11-02 16:11:51 +01:00
Maciej Długoszek b5a8b8407d passing filters 2017-11-02 14:33:00 +01:00
Maciej Długoszek cb069df45f filtering fix 2017-11-02 14:17:33 +01:00
Maciej Długoszek b485b0e5b1 Filtering matchers 2017-11-02 14:14:31 +01:00
Nathan Button 9e2737e8c3
Merge pull request #23 from SithLordDarthVader/patch-1
Update README.md
2017-10-31 14:34:58 -06:00
SithLordDarthVader 89ca90e77c
Update README.md 2017-10-31 21:34:03 +01:00
Nathan Button a22cb81b2e Merge pull request #17 from shawnps/master
gofmt -s
2016-06-26 18:44:24 -06:00
Shawn Smith f460d783b1 gofmt -s 2016-06-19 22:33:56 +09:00
Nathan Button 957cde7393 Fixed dateWithOutSepMatch for dates with 8 digits. 2016-05-29 18:11:57 -06:00
Nathan Button 09242c1934 fix godep references in test 2016-05-29 15:52:34 -06:00
Nathan Button 5a6c898416 Merge pull request #14 from nbutton23/button-vendor
Move to Vendor
2016-03-08 09:59:15 -07:00
Nathan Button 69b89b25d8 Move to Vendor 2016-03-08 09:57:50 -07:00
Nathan Button 621312d738 Merge pull request #13 from bjacokes/bjacokes.logflags
Remove global changes to log.flags
2016-03-04 15:02:45 -07:00
Brian Jacokes ff89b72240 Remove global changes to log.flags 2016-03-03 13:46:58 -08:00
Nathan Button 5fb7f48ad1 Merge pull request #12 from nbutton23/button-l33t
Button l33t
2016-01-29 14:56:06 -07:00
Nathan Button 8165bed34b missed a file 2016-01-29 14:53:33 -07:00
Nathan Button 54e42d230c passwords now passing through the 1337 matcher. Not sure if scoring is correct. 2016-01-29 14:53:09 -07:00
Nathan Button 7725100293 Get all permutation of leet sub 2016-01-29 11:25:32 -07:00
Nathan Button 58d1351487 Start work on l33t. 2016-01-27 17:11:50 -07:00
Nathan Button 7d8c28acb6 Merge pull request #11 from nbutton23/button-wip
Button wip
2016-01-22 09:18:37 -07:00