simple validation routines
* dev: src: add missing licenses testing: test the timeout feature of GeneratePassword refactor, add GeneratePassword2 with deterministic behaviour fix: GeneratePassword start with empty password string on each iteration chg: use a deadline instead of a count chg: do not panic new: alternative password generator git: rm tlds.go chg: rework password check testing: add umlaut tld, and invalid TLD new: use the public suffix list instead of tlds only (*BREAKING*) |
||
|---|---|---|
| cmd | ||
| generators/psl | ||
| .gitignore | ||
| .golangci.yaml | ||
| domain.go | ||
| domain_test.go | ||
| err.go | ||
| genpw.go | ||
| genpw_test.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE.txt | ||
| localPart.go | ||
| password.go | ||
| password_test.go | ||
| psl.go | ||
| pwned.go | ||
| pwned_test.go | ||
| README.md | ||
| validator.go | ||