File Checksum & Integrity Check on Linux - File Security [Hash SHA-1/256/384/512/MD5] (Ubuntu)

preview_player
Показать описание
How to Check a Checksum for File Integrity of a File that you downloaded on Linux using a SHA/MD5 hash. This video will show you how to use Linux and Terminal together to check a file hash against another hash and help you check the Integrity of your file. Make sure it's secure and not corrupt. Check various different hashes on Linux. It's a great tool to know how to use to make sure your files that you download is secure if a hash is available from the website that you downloaded it from.

Make sure that your file isn't corrupt and is secure by checking the integrity of the file using sdasum in Terminal on Linux. Today we'll go over how to do that with the tool that is supplied by default with Terminal Command Line.

My Linux Cheat Sheet and 25 Page Checklist here:

Share this free tool and support Small YouTubers
(I made this tool to help creators)

Useful Links/Commands:
sum1sum /path/to/file grep | [checksum]
sum256sum /path/to/file grep | [checksum]
sum384sum /path/to/file grep | [checksum]
sum512sum /path/to/file grep | [checksum]
md5sum /path/to/file grep | [checksum]

#linux #security #checksum
Рекомендации по теме
Комментарии
Автор

Thanks for these simple tutorials. I watched both the Windows and the linux versions. I'm becoming more security conscious and reading a lot about vulnerabilities and attacks. Checking the integrity of files is a good security practice and is something I want to start applying. Thanks again.

thesuperiorman
Автор

Damn, finally someone explained it to me, Thanks

michalkrajewski
Автор

I like how this video doesnt have any dislikes, good job

sudo :)

BamboozledHandboozled
Автор

Amazing tutorial and very easy to implement it ! Many thanks!

mrd
Автор

perfect. simple and to the point. thank you.

scally
Автор

#include <iostream>
using namespace std;

int main() {

bool savvyUpload = true;

while(savvyUpload == true)
{
cout << "You are happy" << endl;
}

return 0;
}

stricarzi
Автор

Is there a way to check an already set up live usb stick for its integrity?

roxert