
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.
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.

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.

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.

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.

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.


Collection of Luau utilities including ThreadQueue for rate limited task execution, exponential backoff retry systems, and CreateInstanceTree for clean object creation.