Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

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

  • 2 odpowiedzi
  • 1 osoba ma ten problem
  • 2 wyświetlenia
  • Ostatnia odpowiedź od ideato

more options

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.

Wszystkie odpowiedzi (2)

more options

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

shasum -a 512 /path/to/file

more options

Hello, see also

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

thank you