@[email protected] to Ask [email protected]English • 1 day agoGive me some of your hardest riddles? (with solutions in spoilers)message-square65fedilinkarrow-up158file-text
arrow-up158message-squareGive me some of your hardest riddles? (with solutions in spoilers)@[email protected] to Ask [email protected]English • 1 day agomessage-square65fedilinkfile-text
minus-square@[email protected]linkfedilinkEnglish1•edit-24 hours 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]linkfedilink1•3 hours agoInteresting. Looks like it can accept multiple variations on each answer. I was wondering about that I’m not actually going to do it, but I like the system design
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.
Interesting. Looks like it can accept multiple variations on each answer. I was wondering about that
I’m not actually going to do it, but I like the system design