Skip to content

A golang module to generate/compare hash from/with text.

License

Notifications You must be signed in to change notification settings

ihumaunkabir/go-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-hash

A golang module to generate/compare hash from/with text.

Installation

go get github.com/ihumaunkabir/go-hash

Import

import "github.com/ihumaunkabir/go-hash"

Usage

Generate hash from plain text

generatedHash, err := hash.GenerateHashFromText("text")

Compare hash and plain text

err := hash.CompareHashAndText("hash", "text")

License

MIT

About

A golang module to generate/compare hash from/with text.

Resources

License

Stars

Watchers

Forks

Languages