Dec 23, 2025 · 1 min read · In many applications, cryptography happens behind the scenes in a server-side 'black box.' When building the RSA Message Encryption Demo, I wanted to bring that logic directly into the browser, using Web Cryptography API to make the process transpare...
Join discussion
May 24, 2025 · 5 min read · In today's web applications, client-side code plays an increasingly significant role. With JavaScript driving more of the interactive experience within browsers, it has also become a lucrative target for attackers. This blog post dives into some of t...
Join discussionMar 16, 2025 · 4 min read · Introduction In web development, scripting and programming occur on both the client-side and server-side, each playing a crucial role in delivering dynamic and interactive web experiences. Apache, one of the most widely used web servers, is essential...
Join discussionOct 4, 2023 · 5 min read · First, questions - why do local storage and session storage exist? What problem do they aim to solve? Imagine you're browsing an online shopping website like Amazon for example, and you have put some items in your shopping cart. As you surf around, y...
Join discussion
Jun 16, 2023 · 4 min read · Introduction Get ready for an exciting journey into the world of JavaScript! Today, we unveil a cunning exploit that could compromise your online adventures. It's time to put your web security skills to the test as we present a code snippet hiding a ...
Join discussion