It's really easy to compute and check the MD5 sum in Ubuntu / Linux using the terminal:
md5sum myFileToCheck
and for SHA1 checksum:
sha1sum myFileToCheckBoth commands compute the corresponding checksum of your file, so you can compare than with the original checksums.
Keine Kommentare:
Kommentar veröffentlichen