Here are some of my key security and development projects. Each showcases my technical skills and passion for building robust solutions.

SSH Honeypot System

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.

Python Paramiko Cybersecurity SSH
View Project

Pure C++ DES Implementation

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

C++ Cryptography Algorithm Design
View Project

Linux File System Simulation

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

C File Systems Linux
View Project

SHA-2/SHA-3 Hashing Library

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

Python Cryptography Hashing
View Project