Difference between revisions of "Security"

From TheBestLinux.com
Jump to navigation Jump to search
Line 7: Line 7:
 
Often times, when downloading an archive .zip, .tar.gz, .7z, .bz2 and other types of compressed installation files,
 
Often times, when downloading an archive .zip, .tar.gz, .7z, .bz2 and other types of compressed installation files,
 
<br />
 
<br />
you are presented with an option to download an MD5 file, which can be used to varify the file you are downloading is legitimate.
+
you are presented with an option to download an MD5 file, which can be used to varify that the file you are downloading is legitimate.
 
<br /><br />
 
<br /><br />
 
If this .md5 file is properly formatted, meaning it is only one line, assuming we are only working with one file,
 
If this .md5 file is properly formatted, meaning it is only one line, assuming we are only working with one file,

Revision as of 03:52, 17 November 2016

Computer Security Information

File Integrity & Trusts

MD5SUM is one of the simplest, easiest, and quickest way to test for file integrity.
It allows creation of a "hash" which corresponds to the file in question.

Often times, when downloading an archive .zip, .tar.gz, .7z, .bz2 and other types of compressed installation files,
you are presented with an option to download an MD5 file, which can be used to varify that the file you are downloading is legitimate.

If this .md5 file is properly formatted, meaning it is only one line, assuming we are only working with one file,
with no extra blank lines. The line MUST have the format of HASH_CODE -two-spaces, no more, no less, and the name of the file you are verifying.

Here is an example of what the contents of the systemrescuecd-x86-4.9.0.iso.md5 file should look like, given the file we have downloaded and want to check for integrity is named systemrescuecd-x86-4.9.0.iso, which you will usually have to create, naming it systemrescuecd-x86-4.9.0.iso.md5 in our example:

8d6bcc8b3937accfb0b77b9006230475  systemrescuecd-x86-4.9.0.iso



Be sure to use the actual name of the file you are wanting to varify.