Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 857 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 857 Bytes

hasher

An easy to use and fast tool for hashing and encoding stuff

Features

hasher supports

  • MD5
  • BASE64
  • BASE32
  • HTML Encode/Decode
  • URL Encode/Decode
  • SHA1
  • SHA256
  • SHA512

How to use it?

NOTE: You need to have Go Programming Language to run this program (https://go.dev/)

If You are using Linux OR Mac:

   cd hasher
   chmod +x hasher
   ./hasher

If you are using Windows:

   cd hasher
   go build hasher.go
   hasher.exe

how to use it? image

NOTE: If you want to run the program without creating binary, use go run hasher.go

Why there is no help command?

When you can run the program and get the help why should be a help command?