SHA-1, SHA-256, MD5 Checksummme prüfen - macOs - Checksum

in #checksumme7 years ago (edited)


In diesem Video zeige ich dir, wie man mit Hilfe des Terminal- Fensters, bzw. Konsole, die gängigen Checksummen prüfen kann. Dieser Schritt ist notwendig, wenn man sicher gehen möchte, dass die gewünschte Software, die man herunterlädt, "original" bzw. ohne Fremdeingriffe (Schadware) versehen ist.

In this video, I'll show you how to use chechsum with the terminal window (console), to check the usual checksums. This step is necessary if you want to make sure that the desired software you are downloading is "original" or without third-party intervention (malware).

Die Befehle lauten / The commands are :

SHA-1
$ shasum -a 1 dateiname.iso
$ shasum -a 1 /Pfad/dateiname.iso

SHA-256
$ shasum -a 256 dateiname.iso
$ shasum -a 256 /Pfad/dateiname.iso

MD5
$ md5 dateiname.iso
$ md5 /Pfad/dateiname.iso

oder / or

$ openssl md5 dateiname.iso
$ openssl md5 /Pfad/dateiname.iso


▶️ DTube
▶️ IPFS