Computer Engineering graduate based in Ankara, Turkey. I enjoy working across different domains — from kernel-level networking to cryptography to AI-powered detection systems. Published researcher with a focus on chaos-based encryption and steganography.
I build tools that solve real problems and publish them as open source.
Languages: C# (.NET 10), Python 3.11+, T-SQL
Performance: SIMD Intrinsics (AVX-512/AVX2), Zero-Allocation, System.IO.Pipelines
Security & Crypto: ECDH, Chaos-Based Encryption, Steganography, WinDivert/P/Invoke
Backend: ASP.NET Core, EF Core, MediatR (CQRS), Hangfire, SignalR
Tools: Git, Docker, VS Code, Visual Studio 2022
Secure Audio Steganography Using Vectorized LSB and Chaos-Based Encryption
Korkmaz, Z. Ü., Horasan, F., & Çetinkaya, Z. (2025). Electrical Engineering and Energy, 4(3), 68-86.
| Project | Description | Stack |
|---|---|---|
| ChaoticEngine | SIMD-accelerated chaos-based cryptography library. 6 chaotic maps (Lorenz, Chen, Tent, etc.), AVX-512/AVX2 with scalar fallback, Chi-Square validated output. | C#, .NET 10, SIMD, Cryptography |
| Aether | Experimental P2P communication protocol. ECDH key exchange + chaos-based stream cipher, custom binary protocol, zero-allocation networking. | C#, .NET 10, ECDH, P2P |
| CorporateKnowledgeBase | AI-powered knowledge management platform. Clean Architecture, MediatR CQRS, local RAG with Ollama, real-time notifications via SignalR. | C#, .NET 10, RAG, Clean Architecture |
| Chaotic_Audio_Steganography | Source code for the published research paper. 7 chaotic encryption algorithms, NumPy vectorized LSB embedding, 84 experiments. | Python, NumPy, Research |
| StegoTester | Hybrid AI steganography detection tool. Gatekeeper + Detective architecture (LSB analysis + Random Forest), 15+ metrics, PDF reporting. | Python, PySide6, ML |
