An easy to use and fast tool for hashing and encoding stuff
- MD5
- BASE64
- BASE32
- HTML Encode/Decode
- URL Encode/Decode
- SHA1
- SHA256
- SHA512
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
NOTE: If you want to run the program without creating binary, use go run hasher.go
When you can run the program and get the help why should be a help command?