You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CrypticCore is a high-performance Java-based encryption engine designed for memory-efficient file transformation. It implements a decoupled architecture that separates the cryptographic logic from the data streaming process.
A C static library featuring a custom `printf` implementation, a multi-fd buffered line reader (`get_next_line`), and optimized libc memory/string utilities (`Libft`)
A lightweight HTTP server built on raw TCP, using Java virtual threads for scalable concurrency. Client connections are processed via a handler-based architecture that cleanly separates request handling and response generation.