AMULETS

The thing

<>

An amulet by the defintion is a poem that is less tha 64 bytes in Unicode and the hexidecimal SHA-256 hash includes 4 or more 8s in a row


If you want to learn more about them I recommend reading the original amulet webpage


Obviously the probability of randomly guessing the strings that give consecutive 8s in their hash is extremely low

/// the maths is kinda hard for this i think

...

So let us instead use our wonderful computers. C++ is an obvious choice for this as we need pure raw speed. I do suck at coding so to make things simpler for myself lets just generate a bunch of sentences and save them in a huge file which we can then crawl through.


First we need a dataset of sentences to use. Then generate a bunch of permutations of the sentences to create an even bigger dataset, finally you just gotta hash all the data and find all the good stuff.

some fun examples

::


just a little bit gay thats correct!

SHA-256 hash: d5d57763d2d7de2de13d637643dcc38788888889f9e35e7a63212fc13408c11b


two weeks is too long... and i will bring him back to you asap

SHA-256 hash: 177bdc4528fcda6af466f8730f87ec83f965639595cf1d7b3451218888888885

find the fun silly code on >>github<<