Skip to content

Commit ac5b731

Browse files
authored
Update README.md
1 parent 710f1bd commit ac5b731

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# SHA2
1+
# SHA2
2+
3+
This program runs a multithreaded java program that randomly generates byte arrays and hashes them with SHA256. It then checks the SHA against an AVL tree for collisions starting with the last byte in the hash. It then outputs these files to the users desktop as X.bin and Y.bin and each time a greater collision value is observed it overwrites these values. The defaults of the program limit the size of the AVL tree to around 9gb typically, however this can be changed inside the program itself.

0 commit comments

Comments
 (0)