Skip to content

plopp/MD5CheckSum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

The program calculates the MD5 checksum for a file and compares it to a given MD5 checksum string.

Example

You are provided with a .zip file and its MD5 checksum:

rom.zip -- MD5: d41d8cd98f00b204e9800998ecf8427e

Use the MD5CheckSum program to check the provided MD5 checksum against the downloaded files checksum.

Installation

	Run the dist>MD5CheckSumCheck.jar.

Usage

1. Press File > Open File...
2. Navigate to "rom.zip" and press open.
			The MD5 for the file becomes visible in the lower text field.
3. Paste the provided MD5 from the source of the file into the lower text field.
			"d41d8cd98f00b204e9800998ecf8427"
4. The background of the textfields becomes green if the checksums match, otherwise red.

About

Java program for MD5 Checksum test of files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages