Blog Posts
Covert Timing Channels (CTC) in C++ for Interprocess Communication
2024-10-27
Covert Timing Channels (CTC) exploit timing variations to transmit data between processes in a stealthy manner. By leveraging cache line manipulation, CTC allows one process to send data that another can interpret through timing measurements, making it a powerful tool for both high-speed interprocess communication and security research. This post explores the implementation of a CTC library in C++, complete with example code and a demonstration of how to set up communication between clients.
Next.js Boilerplate using ShadCN UI
2024-10-27
A simple and efficient Next.js boilerplate with ShadCN UI, NextAuth authentication, and MongoDB integration. Perfect for kickstarting projects with user login, registration, and basic profile management.