ONI tools
A collection of custom decoding tools for encrypting and decrypting data, built primarily for use in data-drive ARG puzzles (specifically the Halo 4 Section 3 ARG). These tools are a JavaScript port or a Toolkit originally written in ruby, which can be found here - https://github.com/Sepheus/ONI-Tools/tree/master/Toolkit
This section is still a work in progress, and tools are currently only available via the web console until a UI can be built for them. Most require specifically crafted data packets that were built for the ARG, there may still be some floating around out in space somewhere!
Please note that these tools aren't optimized for large amounts of data, processing can slow down or run into problems once you reach above 150,000
characters. A cap of 1 million characters is currently in place.
Calendar
Extracts characters from the data string at specific positions based on calendar-like offsets.
calendar(string)
interleave(string1, string2, delimiter = "")
lookahead(key, datanode)
Merge Base64
Merges multiple Base64 strings by selecting the most frequent character at each position.
mergeb64(...args)
Extract strings
Extracts sequences of printable characters from a string, based on a given number of minimum characters. Minimum characters cannot be less than 1.
strings(string, n = 4)
unmunge(key, datanode)
unscramble(string)