MD5
Simple MD5 hash string encoder
HOWTO enocde simple md5-hash-string from command line
Background
I was to encode a few hash strings, preferable from the command line, but could not find a simple windows command line tool to do the job.
md5.exe
Example
md5 test
- Outputs: 098F6BCD4621D373CADE4E832627B4F6
Download and go
- get md5
md5.zip
(Win32)
- Extract the md5.exe (1 file) place it whereever and run (from command line) ..
- Install md5 with chocolatey package manager:
choco install md5 -s http://chocolatey.commercior.com/chocolatey
- Update md5 with:
choco upgrade md5 -s http://chocolatey.commercior.com/chocolatey
Versions
- 2020-dec-02, version 1.0
- on the web for download
More info
More info/questions from:
Subject: md5
Keywords: md5,hash,string,cmdline,windows,tool,utility