Every V4 UUID
131–140 of 381 posts
Re: Every V4 UUID
#132Earlier quoted context omitted.
This is the biggest hack since every ATM PIN was leaked: https://pastebin.com/SmJRB8eQ
Holy shit, my PIN is on there. How the hell did that get that?? I was told it was a 1/10,000 chance of someone guessing it.
Takes me back to when my password was leaked:
Re: Every V4 UUID
#13369420694-2069-4206-9420-694206942069
is a valid UUID.
Re: Every V4 UUID
#134Tangentially related: HN recently (last few months) had an article explaining how large a number was. The number was something like busy beaver or 128 bit integers or something else. It illustrated how large the number was by creating activities you would do, incrementing the counter as you did them. The sequence went something like this: Walk, and every time you take a step. Add 1 After you have circled the earth, p…
The number you're thinking of is 52! (52 factorial) and how long it would take for 52! seconds to pass by. Vsauce has a great video on this, and might be where that example was taken from. https://www.youtube.com/watch?v=ObiqJzfyACM That example starts 16 minutes into the video: https://www.youtube.com/watch?v=ObiqJzfyACM&t=964s But it's worth watching the whole thing.
Re: Every V4 UUID
#135Sometimes I feel bad when I generate a UUID without using it for anything. Like I've wasted it.
Re: Every V4 UUID
#136TIL aaaaaaaa-aaaa-4aaa-aaaa-aaaaaaaaaaaa is a valid uuid
Re: Every V4 UUID
#137Earlier quoted context omitted.
OH! Thanks for the precise reproduction steps, I had done my testing with a trackpad and had missed that! Writing a little fix now (I'd hate for you to not be able to see the last UUID)
> I'd hate for you to not be able to see the last UUID No spoilers, but the last one's a doozy!
Re: Every V4 UUID
#138edit: actually this doesn't work because having the same start does not mean they are close together.
Re: Every V4 UUID
#139Earlier quoted context omitted.
Holy shit, my PIN is on there. How the hell did that get that?? I was told it was a 1/10,000 chance of someone guessing it.
Mine too. Takes me back to when my password was leaked: https://github.com/danielmiessler/SecLists/pull/155
Re: Every V4 UUID
#140But the wheel would be tricky because you want to scroll by only one or a few items, not items/10k. With a static viewport-sized DIV set to overflow-y:scroll and large vertical content size, positioned so you don't see the scroll bar, when the mouse is over it it should capture wheel movement which you could translate to an offset from your macro scroll position.
Just a thought. Either way, love the thinking here, fun work :)