Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Mulongo oyo etiyamaki na archive. Tuna motuna mosusu soki osengeli na lisalisi

How to check Firefox 48.0.2's SHA512 hash on a Mac?

  • 2 biyano
  • 1 eza na nkokoso oyo
  • 40 views
  • Eyano yasuka ya ideato
  • Eza archivé

I went to the ftp site and could only find the list of SHA512 checksums of the current Firefox releases. I remember there used to be a list of SHA-1 checksums. Does anyone know how to check SHA512 hash on a Mac? Thanks.

I went to the ftp site and could only find the list of SHA512 checksums of the current Firefox releases. I remember there used to be a list of SHA-1 checksums. Does anyone know how to check SHA512 hash on a Mac? Thanks.

All Replies (2)

I believe shasum is installed by default, so you can get the 512 result via:

shasum -a 512 /path/to/file

Hello, see also

  • echo -n "yourstring" | shasum -a 512

thank you