Check hash (MD4, MD5, SHA-1, and CRC) on Ubuntu 12.04 and 12.10

33,877

Er for MD5 and SHA1 you can do

md5sum (file name)

for md5sum and

sha1sum (file name)

for sha1sum in terminal. But then I don't understand why you need CRC sums for Windows 8 since I think the official checksums are for sha1.

Share:
33,877

Related videos on Youtube

lambda23
Author by

lambda23

Was a computer enthusiast (2012), and then went for chemistry olympiad (2014). Took chemistry courses (2016), but got somewhat bored of them (2018). Eventually, I'm back to computer but with more programming (2019). I'm a software developer now. Fun facts: If I were a simp, I'd be a TypeScript simp. I still hate JavaScript and frontend even if I understand it... That profile picture has been there since 2012. I don't exit Vim. I restart my machine to exit vim. profile for lambda23 on Stack Exchange, a network of free, community-driven Q&A sites http://stackexchange.com/users/flair/1891487.png

Updated on September 18, 2022

Comments

  • lambda23
    lambda23 almost 2 years

    I have a lot of iso-files downloaded from internet. I want to check the hash from my Ubuntu 12.04 and 12.10. Is there any application on Ubuntu to check the MD4, MD5, SHA-1, and CRC hash?

    I need the CRC hash-checker to check my Windows 8 iso files.