Skip to content

Commit 0e2020f

Browse files
authoredJan 30, 2021
Update README.md
1 parent ef717e0 commit 0e2020f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# File Hash Value Generator
22
This Java Swing GUI Tool allows users to generate the unique Hash Value of a specified file on thier machine. Hashing is an algorithm used in order to calculate a fixed-size Hexidecimal Representation of a file. Each file is composed of multiple blocks of data which can be read and condensed down into smaller segments. These segments are then further condensed until a single hexidecimal byte of data is calculated. From here, depending on the Hashing Algorithm used, the newly calculated bytes are finally condensed down into a fixed-size string of data having the character length associated with the user's chosen Hashing Algorithm Type.
33

4-
This Application Features Seven Different Hash Algorithm Formulas:
4+
This Application Features Several Different Hash Algorithm Formulas:
55

66
* MD2 - 128-bit (32 Character) Message Digest Hash [For 8-bit Machines]
77
* MD5 - 128-bit (32 Character) Message Digest Hash [For 128-bit Machines]
@@ -10,3 +10,5 @@ This Application Features Seven Different Hash Algorithm Formulas:
1010
* SHA-256 - 256-bit (64 Character) Secure Hashing Algorithm Hash
1111
* SHA-348 - 338-bit (96 Character) Secure Hashing Algorithm Hash
1212
* SHA-512 - 512-bit (128 Character) Secure Hashing Algorithm Hash
13+
14+
Each

0 commit comments

Comments
 (0)
Please sign in to comment.