jaswdr / faker

:rocket: Ultimate fake data generator for Go with zero dependencies
https://pkg.go.dev/github.com/jaswdr/faker
MIT License
570 stars 59 forks source link

Add implementation of hash algorithms based faker data generator #75

Closed bhatipradeep closed 3 years ago

bhatipradeep commented 3 years ago

Description

Add implementation of hash algorithms based faker string data generator

Are you trying to fix an existing issue?

Yes. #67

Go Version

$ go version
go version go1.17.1 windows/amd64

Go Tests

$ go test
PASS
ok      github.com/jaswdr/faker 6.309s
bhatipradeep commented 3 years ago

Use case: This algorithms are widely used for data integrity checks and encryption. This generator can be used for testing validators or populating database's particular fields used for storing hashes.

jaswdr commented 3 years ago

LGTM 👍

jaswdr commented 3 years ago

Released in v1.8.0, thank you for the contribution