mirror of
https://codeberg.org/scip/valpass.git
synced 2025-12-16 12:11:00 +01:00
no utf8 anymore, better unit tests
This commit is contained in:
@@ -28,8 +28,7 @@ func main() {
|
||||
CharDistribution: valpass.MIN_DIST,
|
||||
Entropy: valpass.MIN_ENTROPY,
|
||||
Dictionary: &valpass.Dictionary{Words: ReadDict("t/american-english")},
|
||||
UTF8: false,
|
||||
Mean: 20, //valpass.LIMIT_MEAN,
|
||||
MeanDeviation: 20, //valpass.LIMIT_MEAN,
|
||||
}
|
||||
|
||||
res, err := valpass.Validate(os.Args[1], opts)
|
||||
|
||||
Reference in New Issue
Block a user