[ home / bans / all ] [ qa / jp / sum ] [ maho ] [ f / ec ] [ b / poll ] [ tv / bann ] [ toggle-new ][Options]

/maho/ - Magical Circuitboards

Advanced technology is indistinguishable from magic

New Reply

Options
Comment
File
Markup tags exist for bold, itallics, header, spoiler etc. as listed in " [options] > View Formatting "


[Return] [Bottom] [Catalog]

File:R-1739573959716.png (27.39 KB,499x501)

 No.2504

 No.2505

Code is below:



import hashlib

salt = "719C971F82429E8AA448AB9DCC73F"
hash = "171abaa40d35465f75c59b13df2903086b5802b764a9d9e30b47f1c26ba347d74847842304f0842fb74a8db705acab9d56a3462e8e403c830ec850963498a0c0"

while True:
guess = input("What is your guess?\n")
s = hashlib.sha3_512()
s.update(guess.encode('ascii') + salt.encode('ascii'))
if s.hexdigest() == hash:
print("Correct!")
break
else:
print("Wrong password. Hash for that (salted) guess is: \n" + s.hexdigest())


 No.2506>>2507

File:[enm] Medalist - S01E05 [W….jpg (215.43 KB,1920x1080)

I hit 'run' and all my windows closed and my fan started moving really fast???

 No.2507>>2508

>>2506
It runs fine on my 10 year old laptop... You can use this instead. They're just online Python interpreters.

https://www.online-python.com/q1W93A5mte

 No.2508

>>2507
Oh, now I feel bad. It was a joke about viruses/trojans/whatever

 No.2509

File:waterfox_UxSXkzgvpG.png (28.63 KB,934x413)

Anyway, I'm not actually sure what to say. I'm typing guesses and it says 'no', so... yay it works?
But I'm not sure if I can recommend this game to others. I think it needs something else, like platforming or explosions or something.

 No.2513

File:1647092705196.jpg (95.5 KB,768x1024)

Uh... are you trying to get me to mine you bitcoin...

 No.2514

Wait a minute... 512 is even more than SHA256... How long would it take a bitcoin miner to crack that...

 No.2517>>2518

what are you trying to get me to do here? There's no way I can get some sort of pattern out of a salted hash.

 No.2518

>>2517
If you do though, you'll become a billionaire.

 No.2521>>2522

File:R-1739757745682.png (87.07 KB,1919x447)

Thank you for the replies. I am happy to see that the program is working. In case you were curious, The answer is
QAXM-GVTG-EAOK-NKOK-DJES-JKPG
Have a nice day.

 No.2522

>>2521
/maho/ just got played in some way and we shall never know




[Update]   ( Auto) 5
[Return] [Top] [Catalog] [Post a Reply]
Delete Post [ ]

[ home / bans / all ] [ qa / jp / sum ] [ maho ] [ f / ec ] [ b / poll ] [ tv / bann ] [ toggle-new ]