Skip to content

Instantly share code, notes, and snippets.

View e042's full-sized avatar
๐Ÿ‘€

Elias e042

๐Ÿ‘€
  • 21:00 (UTC +01:00)
View GitHub Profile
@e042
e042 / EncryptionManager.java
Created April 9, 2023 22:14
Password based encryption of binary data based on PBKDF2 with Hmac/SHA256 and AES
package io.github.drdeee.security;
import android.util.Base64;
import java.nio.charset.StandardCharsets;
import java.security.GeneralSecurityException;
import java.security.spec.KeySpec;
import javax.crypto.Cipher;
import javax.crypto.SecretKey;
@e042
e042 / main.scss
Created January 28, 2022 23:19
Bulma theme for Fridays for Future Germany
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost');
$font-main: "jost", sans-serif;
$family-sans-serif: $font-main;
$primary: #1da64a;
$link: #1b7340;
$info: #90d3ed;
@e042
e042 / documentation.md
Last active November 4, 2021 19:21
How to create an own fork of Helios Launcher

How to create an own fork of Helios Launcher

Table of Contents

  1. Introduction
  2. Creating an distribution.json
  3. Distribute your distribution.json
  4. Set your own distro in launcher
  5. Some tips to costumize your fork
    1. Translation checklist
    2. Costumize images
  6. Setting up Discord RichPresense