Inspired by CuCN's "security by boredom" - Longest Systems

Here’s the longest system I can come up with (edit: longer systems have been constructed further down):

You can ask if it works, my answer is: “theoretically”

The key node activates the port that’s right behind the blocker node.
I estimate this system to take around (2^21+2^20)(*10), or 360 days, about a year. :smile:

So 2 things I need to do:

  1. MAKE IT LONGER!
  2. LOOOOOOOOONGER :scream:
1 Like

Don’t forget to factor in the server-end simulation speed to verify the solution

2 more systems:
With the same idea as my first system:

a system with a completion time of 2^46 or 70.4 trillion seconds (aka: 814 million days, or 2.23 million years)

AND FOR THE GRAND FINALE:

This system has a time of 2^48 seconds (281 trillion seconds), aka:

8.92 million years

I don’t think I’m going to be able to top this system.

1 Like

Maybe use the nodes that the packets can pass through near the end, attaching it to the goal node? could possibly increase the amount of time needed to do the whole thing all over again.

1 Like

2^100 packets required. If you have 84 sextillion years to spare, you can try it!

Currently working on a system that is inspired by this, only being quite the opposite: instead of doing a single action the entire time over a long period of time, how about requiring a large number of actions over a long period of time?

I’m sure someone would be able to beat it in less actions than I would, as well as find the quicker solution. I’ve put in two fail-saves that will prevent some issues, but not all issues that could arise. Once I finish, I will need some help deciding which ones to remove to improve security while making it much more… puzzling.

Update: It’s close to being completely done, but I might stick with what I currently have. There’s plenty of open space to add something else, but at the same time, I’d like to work on other ideas that I have.

Note: I don’t plan on making this last too long, but long enough to cause confusion and cause someone to fail to hack the system in the process. There are already multiple ways that one could take much longer in an attempt to speed up the process, as well as some traps that aren’t obvious as well.

Visible key: Saves you from a potential trap that could be fallen into early on.
Invisible key: Takes you straight to the end. However, revealing it is an arduous process, let alone obtaining it.

2 Likes

I can’t hold myself, sorry :slight_smile:
First of all there are only 2^99 packets required, not 2^100 (proven with small numbers, then generalised)
Second, making all the operations you have
2^99:
*divided by 60(=minutes)
*divided by 60(=hours)
*divided by 24(=days)
*divided by 365(=years)
*divided by one sextillion, aka 10^21(=sextillions)
*multiplied by 2 (cuz that’s how much seconds a port has to reload)
Double checked , so that results in 40.2 sextillion years, much less than you firstly taught :wink:

What kind of small cases were you using? When I calculated, I had 1 blue node needing 2 packets, 2 blue nodes needing 4 packets, and so on. Also as far as I can tell (from when I was making “Readiness”), the cooldown time is actually 2.1 seconds.

You are right, those were the casings. My bad, didn’t consider the root node.
By the way, how is it possible that you completed it?

And also behold the mighty ultimate security by boredom V2 :stuck_out_tongue:

2^120:
*divided by 60(=minutes)
*divided by 60(=hours)
*divided by 24(=days)
*divided by 365(=years)
*divided by one sextillion, aka 10^21(=sextillions)
*multiplied by 2.1 (reload time specified by CuCN)

This adds up to ~4215000 sextillions (precise number is 4214954)

OR 4,215 octillions. Beat this.

Edit: Here’s the link

That doesn’t work. Once you get the second column done (2^21) you don’t need the first column anymore. Each column after that takes only 2^11 clicks, totalling 2^21+9*2^11.

I hate your sense of observation and my lack of it. It’s very hard to find a setup with less than 20 mirrors or extra stuff.

Later edit:

Okay! This is my final copycat creation which after i’ll give up and recognise @CuCN the ultimate boredom security master. So here it is:

Now sorry but i find it really hard to calculate the complexity of the entire complex because of those blue switches which let packets go through (they are all connected to the bottom-most blue switch on the same collumn). I humbly ask you to calculate the time needed to solve this for the final time.

I could be wrong, but I think that is about 2^23. Each column takes about 10^19 to set up, and after that it’s only one click to “pass” a signal to the next column (hitting the last blue node toggles the first one, but using the previous column to toggle it back opens up the path to the end again). You do have to keep using the first column, but the rest of them don’t multiply with each other.

Hm. Right. Looks like simplicity is the best solution for this thing. I would have loved to work somehow else but meh.