Nim port of Dropbox's zxcvbn password strength estimator
Go to file
Miran 4a200471b3
update ci.yml to test Nim 2.2; also test gcc-14 (#10)
* update ci.yml to test Nim 2.2; also test gcc-14

* fix platform for arm64

* Apply suggestions from code review

Co-authored-by: tersec <tersec@users.noreply.github.com>

---------

Co-authored-by: tersec <tersec@users.noreply.github.com>
2024-09-10 12:33:03 +00:00
.github/workflows update ci.yml to test Nim 2.2; also test gcc-14 (#10) 2024-09-10 12:33:03 +00:00
tests Add UTF-8 tests 2020-10-16 14:52:56 +03:00
zxcvbn/C Fix the build on Windows 2020-10-16 14:51:13 +03:00
.gitignore CI: use GitHub Actions (#2) 2022-01-15 00:38:41 +01:00
LICENSE-APACHEv2 Add readme and license files 2020-10-02 19:27:34 +03:00
LICENSE-MIT Add readme and license files 2020-10-02 19:27:34 +03:00
README.md Add readme and license files 2020-10-02 19:27:34 +03:00
zxcvbn.nim --styleCheck:error (#4) 2022-07-26 13:56:14 +00:00
zxcvbn.nimble update ci.yml to test Nim 2.2; also test gcc-14 (#10) 2024-09-10 12:33:03 +00:00

README.md

nim-zxcvbn

Build Status License: Apache License: MIT

Introduction

This is a Nim port of Dropbox's zxcvbn password strenght estimator.