OBOmraj Burnwalinsecurityinfo.hashnode.dev·Jun 15 · 12 min readHow WebRTC Actually Works: A Deep Dive Through Live ExperimentsThe Problem: The Web Was Never Built for Real-Time The web was built on a simple idea: you ask, the server answers. That's HTTP — a request-response model that works beautifully for loading pages, fet00
OBOmraj Burnwalinsecurityinfo.hashnode.dev·Jun 5 · 7 min readFrom trust to encryption: what really happens behind the 🔒 icon.When you see the 🔒 icon in your browser, something remarkable happens behind the scenes. In a fraction of a second, your browser: verifies the identity of a server it has never met securely agrees 00
OBOmraj Burnwalinsecurityinfo.hashnode.dev·Jun 4 · 6 min read🔓 Breaking Cryptography: Where Encoding, Encryption, and Hashing FailIn the previous post, we explored how encoding, encryption, and hashing work together to secure data. But understanding how systems work in theory is only half the story. The real question is: What h10
OBOmraj Burnwalinsecurityinfo.hashnode.dev·Jun 3 · 8 min read🔐Encryption, Encoding, and Hashing in CybersecurityIn cybersecurity, data protection is not a single technique—it’s a layered approach. Three fundamental concepts often come up: encoding, encryption, and hashing. They may sound similar, but they solve00
OBOmraj Burnwalinsecurityinfo.hashnode.dev·Jan 28 · 3 min readHow Web Works?Today we are going to explore what happens in the background when you try to access any website. I will go about explaining this through an example. Let’s say we are trying to access some website (hashnode.com), then: Our web browser will search our...00