Skip to content

jucooper/hunter2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hunter2

A super simple go package that validates if a desired password is in the top 100k most commonly used.

Installation

  1. go get github.com/justinwcooper/hunter2

Usage

validator := hunter2.New()

validator.isCommon("hunter2") // => true
validator.isNotCommon("3smVBU348P8qp") // => true

Acknowledgements

About

A super simple go package that validates if a desired password is in the top 100k most commonly used

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages