password strength checker using zxcvbn written in Zig
| src | ||
| build.zig | ||
| build.zig.zon | ||
| LICENSE | ||
| README.md | ||
passwdchk
password strength checker using zxcvbn written in Zig
Install
Any optimization mode should work. Everything is compiled and statically linked through the build.zig so no external dependencies are needed.
zig build -Doptimize=ReleaseFast
Note
This program only works with Linux as it makes Linux specific syscalls for termios. Maybe in the future, I will make it work on all POSIX systems. At least BSD. (unlikely)