Nim port of Dropbox's zxcvbn password strength estimator
Go to file
Etan Kissling f31e4bd8fe
Replace `apt-fast` with `apt-get` (#11)
`apt-fast` was removed from GitHub with Ubuntu 24.04:

- https://github.com/actions/runner-images/issues/10003

For compatibility, switch back to `apt-get`.
2024-10-15 13:35:35 +00:00
.github/workflows Replace `apt-fast` with `apt-get` (#11) 2024-10-15 13:35:35 +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.