-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoni.html
12 lines (11 loc) · 1.06 KB
/
oni.html
1
2
3
4
5
6
7
8
9
10
11
12
---
layout: layout.liquid
title: ONI tools
description: A collection of custom decoding tools for encrypting and decrypting data, built primarily for use in data-drive ARG puzzles (specifically the <a href="https://www.halopedia.org/Section_3_ARG" class="text-convrtr">Halo 4 Section 3 ARG</a>). These tools are a JavaScript port or a Toolkit originally written in ruby, which can be found here - <a href="https://github.com/Sepheus/ONI-Tools/tree/master/Toolkit" class="text-convrtr">https://github.com/Sepheus/ONI-Tools/tree/master/Toolkit</a></p><p class="px-2"><strong>This section is still a work in progress</strong>, 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!</p>
page-id: oni
---
{% assign folderPath = "partials/" | append: page-id %}
{%- assign files = folderPath | listFilesWithInfo -%}
{% for file in files -%}
{% include file.filePath, filename: file.fileName %}
{% endfor %}