mikeroyal / HMAC

A simple Hash-based Message Authentication Code program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HMAC

A simple Hash-based Message Authentication Code program. Message Authentication Code (MAC) is a small part of information or a small algorithm, basically used to authenticate a message and to maintain integrity and authenticity assurances on the message. Hash-based Message Authentication Code is a message authentication code derived from a cryptographic hash function such as MD5 and SHA-1.

Getting Started

Installing Go and Tools(on Windows, macOS; or Linux)

Build and Run Go scripts in Terminal

terminal

Learn more about GO

go

Golang Repo

Go supplementary cryptography libraries

About

A simple Hash-based Message Authentication Code program.

License:MIT License


Languages

Language:Go 100.0%