Live data from Hacker News

Passwordle

rsk0315.github.io

31–40 of 263 posts

Re: Passwordle

#31
Thinking about this a bit deeper, it's a pretty good system for explaining a bunch of technologies to others (those mentoring, etc). There's the reason why it's not possible to win via the front door, how basic client side JS apps are put together, basics of using debugging tools...

Re: Passwordle

#33
I won*!

*grabbed the expected hash from judgeEvent(), then made hash() return it

edit: I see from other comments he actually pre-loaded randomPassword() with a debugger statement. Oh well!

Re: Passwordle

#35

There is like... four people I know I could send this to who'd laugh, it's so niche. Yet I also laughed out loud when I got how conventionally impossible it is.

I ended up crossposting it to the few security rooms I'm in for quick laughs

But for what it's worth, this also serves as a great initial CTF-type introduction to how debuggers work in web browsers.

Re: Passwordle

#36

Earlier quoted context omitted.

I did not know about the debugger statement until I read your comment: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe... . Thank you.

Massively useful! I also recently learned you can right click a line of code in the chrome debugger to add a logpoint - i.e. "log the value of this expression when you reach this point in the code" - so I don't have to manually add console.log statements. Basically the reverse of discovering the debugger statement!

This was news to me too

Re: Passwordle

#37
Got it in one "guess." Apparently どうぞ means "here you are." Makes me think the brick was deliberately left in the door for folks who look for such things.

Re: Passwordle

#38

There is like... four people I know I could send this to who'd laugh, it's so niche. Yet I also laughed out loud when I got how conventionally impossible it is.

I laughed so hard

Re: Passwordle

#39
My wife was looking at me when I opened this.

“What are you grinning at?”

I just locked my phone and put it face down on the table…

Post reply on HN