Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ihumaunkabir/go-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipeline

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