How I Moved from Developer to Security Researcher — And How You Can do it Too

Hi everyone! I'm Shreya Pohekar Agrawal, currently working as a Security Researcher at Microsoft. But my journey into cybersecurity didn’t start here-- Back in college, I was equally drawn to both development and security—and choosing between the two wasn’t easy. But after some exploration, I realized I didn’t have to pick just one. I chose to begin my journey as a developer…

0 Comments

CSP Part 2: Securing Inline Scripts with Nonces and Hashes

In Part 1 of the CSP series, we explored how CSP plays a major role in mitigating XSS and clickjacking attacks. Now that you're familiar with the basics of setting up a CSP and its importance, let's take it one step further. Today, we'll dive into two powerful CSP techniques: nonces and hashes. These allow us to safely run specific inline scripts…

0 Comments