ihumaunkabir / go-hash

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

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

About

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

License:MIT License


Languages

Language:Go 100.0%