:pushpin: openssl must be installed.

  1. In a terminal type openssl:

You will get the following prompt:

# openssl
OpenSSL>
  1. Type: md5 filename
OpenSSL> md5 scsiU320-00_B.11.23.0712_HP-UX_B.11.23_IA_PA.depot
MD5(scsiU320-00_B.11.23.0712_HP-UX_B.11.23_IA_PA.depot)= 9386c72a44cbecbf602d2613e8444992

or

type md5 -c filename

OpenSSL> md5 -c scsiU320-00_B.11.23.0712_HP-UX_B.11.23_IA_PA.depot
MD5(scsiU320-00_B.11.23.0712_HP-UX_B.11.23_IA_PA.depot)= 93:86:c7:2a:44:cb:ec:bf:60:2d:26:13:e8:44:49:92

To see the hex digits with a colon separation.

Leave a comment