Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Checksum

I recently downloaded the install file savosx_80_he.dmg.  Is this the correct checksum?

4b06788effaeecc4e1e4d05e3958fe92

:1012650


This thread was automatically locked due to age.
  • I've just downloaded version 8 from this page and the checksums are...

    • MD5:
      9520cbe2d9eb08633504cd8c56975af6
    • SHA:
      1c0e7e27028820d696e77eee982badf84034480c
    :1013046
  • To anyone else who wants help with checksums:

    If you want to generate a checksum of any file and check it matches.... open a ternminal, change directory to your Downloads (cd ~/Downloads) folder and run either of these commands....

    MD5:

    openssl md5 your-file-name.extension

    SHA:

    openssl sha your-file-name.extension
    :1013048