As more and more .NET developers use .NET obfuscators to protect their products, they encounter the question of how to properly use obfuscators, as they require certain configurations. You can’t just run a single “magic” …
Continue readingMonth: May 2024
How to obfuscate ASP.NET?
In this guide, you will learn how to protect your ASP.NET web application using a cross-platform obfuscator. Contents Why is it important to obfuscate web applications? Create an ASP.NET web app that checks passwords How …
Continue readingSecuring Embedded Resources in .NET
In this guide, we will demonstrate how to protect embedded resources in .NET applications from unauthorized access. Contents What Are Embedded Resources and Why Should You Protect Them? How to Protect Embedded Resources Using a …
Continue readingProtecting MAUI Apps with .NET Obfuscator
In this article, you will learn how to protect your MAUI application with the help of a .NET obfuscator. Firstly, you will see how easy it is to retrieve non-protected code (you can even obtain …
Continue reading