Dotnet.Tool.MD5 is a .NET Core Global Tool uesd to generate md5 hash value in CLI.
Download and install the .NET Core 2.1 SDK or newer. Once installed, run the following command:
dotnet tool install -g dmd5
Usage: dmd5 [text] [L|U]
dmd5 foo
acbd18db4cc2f85cedef654fccc4a4d8
dmd5 foo U
ACBD18DB4CC2F85CEDEF654FCCC4A4D8