blog

static/img/blog_imgs/tcp-chat-server-cover.jpg
While documenting my exploration of cybersecurity fundamentals, I've embarked on creating practical projects. As part of this journey, I've started building a TCP chat server in Python. Currently, it facilitates unsecured communication, but I'm eager to delve into interception methods and fortify it with robust security measures in the future.
static/img/blog_imgs/intro-to-tcp-udp-cover.jpg
This post delves into setting up TCP and UDP servers, marking the first step in my cybersecurity project journey. Exploring fundamental network communication concepts, it offers practical examples and underscores their importance in cybersecurity sandbox environments.