A super simple go package that validates if a desired password is in the top 100k most commonly used.
go get github.com/justinwcooper/hunter2
validator := hunter2.New()
validator.isCommon("hunter2") // => true
validator.isNotCommon("3smVBU348P8qp") // => true