Here are some of my key security and development projects. Each showcases my technical skills and passion for building robust solutions.
A sophisticated SSH honeypot built with pure Python and the Paramiko library that leverages chroot environments to trap and analyze attacker behavior in real-time, providing valuable threat intelligence while keeping systems secure.
View ProjectA complete Data Encryption Standard (DES) cryptographic implementation written entirely in C++ from first principles, with no external crypto libraries. Features optimized performance and full FIPS compliance.
View ProjectA simplified Linux file system implementation in C that mimics core file system operations and hierarchical directory structures, demonstrating low-level system operations through a practical educational tool.
View ProjectA comprehensive Python implementation of both SHA-2 and SHA-3 hash functions with a clean, developer-friendly API supporting multiple hash variants, HMAC generation, and various output formats for secure data verification applications.
View Project