@[email protected] to Ask LemmyEnglish • 1 day agoGive me some of your hardest riddles? (with solutions in spoilers)message-square64fedilinkarrow-up158arrow-down11file-text
arrow-up157arrow-down1message-squareGive me some of your hardest riddles? (with solutions in spoilers)@[email protected] to Ask LemmyEnglish • 1 day agomessage-square64fedilinkfile-text
minus-square@[email protected]linkfedilinkEnglish1•edit-21 hour agoI think you’re better off with a literal dictionary attack. Knock yourself out: https://github.com/fenimore/devinettes-android/blob/master/app/src/main/java/com/workingagenda/devinettes/RiddleCollection.java It’s just SHA-1 of the UTF-8 representation of the answer. Note that the riddles, unlike the software, are under CC-BY-NC-ND.
minus-square@[email protected]linkfedilink2•16 hours agoSo due to the nature of it beeing riddles it is quite possible the answer is bugged and the hash wrong. But because nobody “knows” they have the solution nobody can say it is a bug.
I think they are hashed
Hmm.
Rainbow tables…
I think you’re better off with a literal dictionary attack. Knock yourself out: https://github.com/fenimore/devinettes-android/blob/master/app/src/main/java/com/workingagenda/devinettes/RiddleCollection.java It’s just SHA-1 of the UTF-8 representation of the answer.
Note that the riddles, unlike the software, are under CC-BY-NC-ND.
So due to the nature of it beeing riddles it is quite possible the answer is bugged and the hash wrong. But because nobody “knows” they have the solution nobody can say it is a bug.