Skip to content

Instantly share code, notes, and snippets.

View Baw-Appie's full-sized avatar
🌴
On vacation

JiHun Oh Baw-Appie

🌴
On vacation
View GitHub Profile
@coolstar
coolstar / libblackjack.h
Last active October 10, 2022 10:56
libhooker/libblackjack headers
//
// libblackjack.h
// libblackjack
//
// Created by CoolStar on 2/24/20.
// Copyright © 2020 CoolStar. All rights reserved.
//
#include "libhooker.h"
@Alex4386
Alex4386 / mirrorlist
Last active January 6, 2026 05:24
Don't use the ROKFOSS for ArchLinux >:(
## South Korea
Server = http://ftp.kaist.ac.kr/ArchLinux/$repo/os/$arch
Server = https://mirror.yuki.net.uk/ArchLinux/$repo/os/$arch
@arianvp
arianvp / SSH_MACOS_SECURE_ENCLAVES.md
Last active July 10, 2026 12:25
Native Secure Enclaved backed ssh keys on MacOS

Native Secure Enclave backed ssh keys on MacOS

It turns out that MacOS Tahoe can generate and use secure-enclave backed SSH keys! This replaces projects like https://github.com/maxgoedjen/secretive

There is a shared library /usr/lib/ssh-keychain.dylib that traditionally has been used to add smartcard support to ssh by implementing PKCS11Provider interface. However since recently it also implements SecurityKeyProivder which supports loading keys directly from the secure enclave! SecurityKeyProvider is what is normally used to talk to FIDO2 devices (e.g. libfido2 can be used to talk to your Yubikey). However you can now use it to talk to your Secure Enclave instead!