My Public Projects

Most of my projects are very particular and aren't that interesting to the general public, but here are some of the ones I have made open source or available to play.

rbx-cryptography library header
rbx-cryptography
The fastest cryptographic library in Luau, featuring implementations of SHA-256, SHA-3, Blake3, ChaCha20, and post-quantum algorithms. Used by games with 1B+ plays and Roblox's internal teleport security system.
Luau Cryptography Post-Quantum High-Performance
Valkyrie Anti Cheat dashboard interface
Valkyrie Anti Cheat
Popular anti cheat system for Roblox games with over 100,000 downloads, featuring encrypted handshake, sanity checks and even though open source and almost 6 years old has not been bypassed.
Anti-Cheat Security Luau Exploiter Detection
SPTS Nova game screenshot
SPTS Nova
Training and survival based game featuring quest systems, progressive area unlocking, and ability progression mechanics. Implements an advanced data saving system made to work even when down.
Game Design Analytics Quest System Player Data
Anti Cheat Testing platform detection results
Anti Cheat Testing
Public testing environment for exploit detection systems, allowing exploiters to test my anti cheat. Accumulated over 154,000 exploit detections and helped improve detection methods.
Security Testing Analytics Detection Systems Research
ChaCha12-Blake3 implementation code structure
ChaCha12-Blake3
Custom Authenticated Encryption with Associated Data combining the ChaCha12 stream cipher with Blake3 hashing for high-performance secure encryption.
Luau Stream Cipher Hash Function Performance
Utility functions code snippets
Utilities
Collection of Luau utilities including ThreadQueue for rate limited task execution, exponential backoff retry systems, and CreateInstanceTree for clean object creation.
Utilities Luau Rate Limiting Async Operations