Skip to content

Instantly share code, notes, and snippets.

View Insektosaurus's full-sized avatar
💭
Fighting the mist

Insektosaurus

💭
Fighting the mist
View GitHub Profile

OpenPGP Encryption Quick Start

OpenPGP is a protocol which allows two parties to communicate 'in pubilc' via a secure channel. Potential malicious agents can read all messages send between the parties but only the receiver of the message is actually able to decrypt the message and read its plaintext content. What follows are all necessary steps to setup a secure, viable and funtional infrastructure to use OpenPGP.

Contents

@Insektosaurus
Insektosaurus / PoE_AutoDetonateMines.ahk
Last active August 29, 2021 17:21
Automatically detonate mines in Path Of Exile (PoE) . With multiple modes.
#NoEnv
#Warn
#InstallKeybdHook
#InstallMouseHook
#Persistent
#useHook, On
#SingleInstance force
SetBatchLines, -1
SendMode Input