Skip to content

shareghzadeh/hasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages