ssh — guest: ~ connected

MD5(1)

NAME

md5 — compute an MD5 checksum

SYNOPSIS

md5 <text...>

DESCRIPTION

Computes the MD5 checksum of the given text (UTF-8 encoded) and prints it as lowercase hex, followed by " -" (as for standard input). The Web Crypto API has no MD5, so it is computed in JavaScript.

MD5 is broken for security use (collisions are cheap) — it lives here as a checksum and as a companion to hashcat.

EXAMPLES

md5 hello md5 The quick brown fox

SEE ALSO

sha256sum, base64, hashcat