this post was submitted on 26 Aug 2025
17 points (94.7% liked)

Programming

23042 readers
262 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I stumbled across this site. It's a kind of guessing game where you try to guess what the original content of a hash value is. Guesses are hashed and then scored by counting how many bits are different from the target hash so a random guess ought to be 512 or so. You're probably supposed to write a program to do the guessing for you.

Only your lowest score is kept. Can you beat the hash?

Disclaimer: not my site but I'm in love with the idea

top 3 comments
sorted by: hot top controversial new old
[โ€“] FizzyOrange@programming.dev 5 points 1 month ago (2 children)

That's... not how hashes work. ๐Ÿคฆโ€โ™‚๏ธ

[โ€“] QuantumTickle@lemmy.zip 2 points 1 month ago

Sure it doesn't guide you to guesses that are closer and closer to the original, but that's not the point. If I understand Randall's original intent, he wanted a a random school so he could use a university in a comic and this sounds like it would have been a fun competition back before the comic solidified.

[โ€“] Kache@lemmy.zip 2 points 1 month ago

I mean... Isn't that?

It's "~~beat~ [guess] the hash [with distributed gamified brute force]"