Github

last modified: October 23, 2025

Inline AES 256 / CBC Implementation

Posted on 2019-04-14— Common, Software

I created a readable, fully inline AES‑256/CBC implementation you can drop into C++ projects — handy for embedded systems. It avoids static S‑Boxes, needs only stdint/cstddef, and is MIT‑licensed on GitHub. If this sounds useful, read the full post for requirements, example code, and usage notes.

Read this post

Source Code for Xmas Decoration on GitHub

Posted on 2014-12-01— Common

I documented the source code for my color-changing Xmas decoration and pushed it to GitHub, adding comments and safety notes about parts you shouldn't copy. If you're curious about the implementation or want to build your own, please view the repository and the full project description for details.

Read this post