So it’s normal for compasses divided in twelve parts to be painted on airports. Today I learned something. Then maybe it’s just that they went into the trouble of making an airport that’s realistic. One of the airports in the hidden texture is the Chengdu helicopter base. Then there’s a picture of a biplane, and another smaller picture of what seems to be an airport in the dessert, I checked airports in New México and it’s none of the big ones, none has strips that shape close to buildings.
https://vignette2.wikia.nocookie.net/thepizzaisalie/images/5/5d/Photos2.jpg/revision/latest?cb=20150110203352
Even if it was an airport that we could know the frequency, there’s no place in the game where it could be used. About something needed to be activated in game, it’s improbable, because there doesn’t seem to be anything beyond what’s been found, but it’s not impossible, storm did imply that there’s something in the game that has not been found or has been overlooked, so it’s an option as good as any other.
About the IRC clues, in hindsight, the first clues gave information about where to look and where not to look. For instance, IRC 1 pointed clarified it was Konami code. IRC 2 can be interpreted as “don’t pay attention to kryptos location” (I’m assuming it was around the time people were talking about kryptos on the forum or IRC) and pointed towards White Sand’s Missile Base. On IRC 3 it says WSMB is no longer viable, move to main site. On fourth is says main site is compromised, return BMRF. Login Halos. This could either mean that the login is Halos, as you said, or it was telling somebody to log in Halos, since the spaces were not present in the decoded message.
IRC clue 5 is what doesn’t seem related at all with the other clues, at least not at this point. IRC clue 6 straight points towards the website where the halos/752 code was found.
So we also know this that 0418_ said when people were trying to solve code D : “I think the IRC clues are storyline based, in this case the transporting of an element needed for a project. I dont think they are clues, as nothing in there seems relevant to a cipher. … As for where it leads, who knows, I suspect as with all gateway puzzles there will be some kind of clue embedded within it.”
Which was true, the decoded Code D pointed towards the site:
IT HAS COME TO MY ATTENTION THAT RESEARCH INTO POTENTIAL ALTERNATIVE BRIDGING METHODS MAY BE SUPPORTED BY THE INCLUSION AND APPLICATION OF THE LASER OPTRONIC LINEAR INDUCER ARRAY TO ACT AS AN AXIS MODULATOR FOR REGULATION AND FOCUSING AN UNKNOWN ENERGY FORM WAS DETECTED WHILST INVESTIGATING THIS HYPOTHESIS PLEASE USE CODE D 0914 TO COMPLETE THE SEQUENCE ON MY SITE
[As a note, why the hell does the forum have highlighting for Brainfuck Source Code? I remember looking back in the day into esoteric languages because there is a really weird and impractical one called malbolge, which ties in the Divine Comedy quote on the TOR page, said by the giant Malebolge, and I thought could be the way the 752 had to be interpreted.]
So we can “discard” the first fourth clues and the sixth, the first four because they seem to be history related, how they were moving the Niobium from place to place, and the sixth was already used. So we’re left with the fifth, and the message from Code D, as the only information available on day 1 to solve the HALOS code, plus whatever is plainly seen in the game, plus the grilledpizza.jpg and the message accompanying the 752 Code.
Now IRC clue 5:
"This is a message left for Dr. Horn. Just to remind you in case of emergencies that the password to the HALOS files is BENALOHPAILLIER. I have programmed HALOS to send in level seven cases. You should bring pizzas."
This just doesn’t make sense. First, it’s not Horn, nor Halos, nor Welsh because he would not help Dr. Horn, who sent the message. If we’re to assume the 752 Code is one of the HALOS files, since it was the name of the page on storm’s site, BENALOHPAILLIER should be the password, now we know it’s probably not, because it’s supposed to be hinted at in a “less than obvious way”. Back in the day I tried cryptographers, homomorphic crytosystems and what not related to Benaloh and Paillier. Now, in the “awesumz” message, it says the password is the name of those two “cryptographer peoples”. Could it be that the password is literally the name, and not the surname? So Josh and Pascal, but this doesn’t seem to tie in to anything else, like the TOR page.
About the different methods to convert the key, twofish accepts keys up to 256 bits. It’s in section 4.3.1 of the manual.
https://www.schneier.com/academic/paperfiles/paper-twofish-paper.pdf
It says that the key should be padded with 0 on the right till the key is the length of the next standard key size. So any word or phrase up to 32 characters could be the key, without the need to hash, which would be convenient since we don’t have anything pointing to a particular hashing algorithm for the key. Also, the mode, as discussed before, should be ECB, because of the [ABORTIVE] in the message where HALOS code was found, Abort I VE =Abort Initialization VEctor. Then, as you say, everything seems to point towards that whiteboard with the “stop stealing my pizzas”, which has AES, twofish and serpent written on it. Also, OpenSSL doesn’t support twofish.
This actually looks promising as the algorithm to go. The only thing that seems a bit awkward is the 128bit block size, but maybe the decoded message is supposed to appear truncated, like one of the clues left in the wiki. So maybe something needs to be appended at the end of the code, still, without appending it the first blocks will decode without problem.