I am trying to install FileZilla on my MBP, and came across this article: FileZilla warns of large malware campaign
Like I'm not already nervous enough...
After going back and looking at the filezilla-project.org download page again, I see they offer a SHA-512 hash
I have used check sums in the past for MD5 and SHA1, but I can't figure out how to do it for the FileZilla file/packet I just downloaded.
In my downloads folder I now have this...
FileZilla_3.10.1.1_macosx-x86.app.tar.bz2
Is that like a .zip file or something?
How can I check to make sure that this downlaoded file/packet/zip matches the check sum provided on Mozilla's page??
I found this page in the Mac Developer Library: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/shasum.1.html
And after looking at it, I did this...
1.) Open Terminal
2.) Type shasum -a 512 -c
3.) Dragged the .bz2 file thingy into Terminal
4.) Hit Enter
When I do this I get a page of errors...
How can I check the FileZilla download to be sure it isn't infected with malware???
Thanks,
Debbie
Like I'm not already nervous enough...
After going back and looking at the filezilla-project.org download page again, I see they offer a SHA-512 hash
I have used check sums in the past for MD5 and SHA1, but I can't figure out how to do it for the FileZilla file/packet I just downloaded.
In my downloads folder I now have this...
FileZilla_3.10.1.1_macosx-x86.app.tar.bz2
Is that like a .zip file or something?
How can I check to make sure that this downlaoded file/packet/zip matches the check sum provided on Mozilla's page??
I found this page in the Mac Developer Library: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/shasum.1.html
And after looking at it, I did this...
1.) Open Terminal
2.) Type shasum -a 512 -c
3.) Dragged the .bz2 file thingy into Terminal
4.) Hit Enter
When I do this I get a page of errors...
How can I check the FileZilla download to be sure it isn't infected with malware???
Thanks,
Debbie