Skip to content

Instantly share code, notes, and snippets.

View InfectedBytes's full-sized avatar

Henrik InfectedBytes

View GitHub Profile
@InfectedBytes
InfectedBytes / aurum.md
Last active November 6, 2025 20:17
Aurum

Aurum

setup

First you need a launcher. I would recommend CurseForge, others (especially fabric) seem to have problems with the modpack.

Then you need to install the modpack Minecraft Eternal 2

Start the modpack.

@InfectedBytes
InfectedBytes / privacy_policy
Created June 11, 2024 15:08
privacy policy for android apps that don't collect data themselves
This application does not collect or store personal data.
If you installed this application from Google Play, then Google Play does collect some personal data. Please see the privacy policy for Google Play Services here: https://policies.google.com/privacy
@InfectedBytes
InfectedBytes / XTEA.cs
Created October 22, 2017 12:05
XTEA encryption for C#
/*
* Helper class for XTEA en/decryption of arbitrary data.
*
* Copyright (c) 2017, Henrik Heine
*/
using System;
using System.IO;
using System.Text;