passlib
Password validator
A password validation library in Go inspired by Python's passlib.
Idiotproof golang password validation library inspired by Python's passlib
289 stars
11 watching
31 forks
Language: Go
last commit: over 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
lyonnee/hvalid | A lightweight validation library written in Go language to validate data of various types. | 11 |
wagslane/go-password-validator | A lightweight password strength meter using raw entropy values to evaluate the security of a password | 501 |
dwin/gosecretboxpassword | A utility library for securely hashing and encrypting passwords based on the Dropbox method. | 59 |
tiendc/go-validator | A validation library for Go that provides a set of reusable validation functions and rules to validate data structures. | 15 |
gobuffalo/validate | A Go package providing a framework for defining custom validators and built-in validation helpers for common data structures. | 94 |
thedevsaddam/govalidator | Validate golang request data with simple rules inspired by Laravel's request validation | 1,324 |
twharmon/govalid | Struct validation using tags | 46 |
go-the-way/validator | A lightweight model validator written in Go. | 7 |
tg123/go-htpasswd | A Go library to validate user credentials against an HTTPasswd file. | 39 |
trustelem/zxcvbn | A Go implementation of a realistic password strength estimator inspired by password crackers. | 68 |
m1/go-generate-password | A password generation tool with options for custom character sets and accessibility features. | 55 |
go-webauthn/webauthn | A library that provides Web Authentication capabilities for Go applications. | 798 |
cinar/checker | A validation library for Go that helps ensure input data meets specific criteria using struct tags and standalone functions. | 9 |
pascaldekloe/jwt | A Go library providing a secure token-based authentication mechanism with key management and verification capabilities. | 355 |
verifid/vl-go | A Go client library for the VerifID identity verification layer API | 2 |