-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md.bak
More file actions
30 lines (21 loc) · 761 Bytes
/
README.md.bak
File metadata and controls
30 lines (21 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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:
[rom.zip]() -- `MD5: d41d8cd98f00b204e9800998ecf8427e`
Use the MD5CheckSum program to check the provided MD5
checksum against the downloaded file´s checksum.
Installation
-----------
Run the .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.