0 Followers
0 Following
3 Posts
Security engineer with 15 years in the field. My work spans software security assessments, cryptology research, penetration testing, red teaming, and teaching security at university level.
Personal bloghttps://aabston.github.io

Lightweight Asymmetric Encryption for C2 Implants — from XOR to Rabin KEM

Why Rabin beats RSA for implants: ~60 lines of pure C, no external deps, no heavy constants, provably as hard as factoring.

Covers the full crypto pipeline: XOR → AES-CTR → Rabin key encapsulation, with a working Python toolkit.

https://medium.com/@alfred.abston/lightweight-asymmetric-encryption-for-c2-implants-a-red-teamers-guide-from-xor-to-rabin-42e9b6b275d6

#redteam #infosec #malware #pentesting #crypto #cybersecurity

Lightweight Asymmetric Encryption for C2 Implants: A Red Teamer’s Guide from XOR to Rabin

A practical walkthrough of encryption choices for red team implants — from XOR and AES-CTR to Rabin key encapsulation — with a…

Medium