Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 643 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 643 Bytes

Dotnet.Tool.MD5

NuGet

Dotnet.Tool.MD5 is a .NET Core Global Tool uesd to generate md5 hash value in CLI.

Installation

Download and install the .NET Core 2.1 SDK or newer. Once installed, run the following command:

dotnet tool install -g dmd5

Usage

Usage: dmd5 [text] [L|U]

Example

dmd5 foo
acbd18db4cc2f85cedef654fccc4a4d8

dmd5 foo U
ACBD18DB4CC2F85CEDEF654FCCC4A4D8