Skip to content

russelporosky/coll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coll

SHA256 Collision Finder

image

What's This?

I was curious how long it might take to find a collision for an SHA256 hash created from an arbitrary file on my computer (a 20MB PDF in this case). I don't care about making a file that still works, or about matching the size of the existing file, simply about how long it would take to create a sequence of bytes that would result in the same hash.

This is a very naive implementation since it is only looking for uppercase letter sequences like "A", "B", ... "AA", "AB", etc.

Future Goals

  • expanded sequence, using all bytes from 0 to 254 (I believe 255 is an EOF signal) instead of just uppercase alphabet
  • multi-threading
  • improved visualization of progression
  • write the collision content to a file

About the Author

I've been a developer for a lot of years, but this is my first exposure to Rust. I figured this would be an interesting project to try with it.

About

Check for SHA256 collisions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages