Home About Projects Contact GitHub
Blur Effects

Disable for better performance on slower devices

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.

Project Portfolio

rbx-cryptography library header
Cryptography Library Screenshot

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 Screenshot

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
Valkyrie Anti Cheat dashboard interface
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 Testing image

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
Tree diagram

ChaCha12-Blake3

Custom Authenticated Encryption with Associated Data.

Luau Stream Cipher Hash Function Performance
Utility functions code snippets
Server Rack

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