Questions about obfuscation

D

Derek Martin

So I learned all about strong naming and how that is a good thing.

Then I learned the my assemblies can be decompiled with the SDK and how that
was both good and bad.

So I learned about obfuscation and how glorious that was.

Then I learned that one has to delay sign strong named assemblies and the
sign them AFTER obfuscation.

So I learned how to do such neat things with my windows applications.

But I cannot figure out for the life of me how to do that with a web
application who's backend referenced DLLS are delay signed. How do you
obfuscate and then sign after building when they are now on a server? Is
there an automated process that I missed someplace?

Thanks!
Derek
 
C

Carlos J. Quintero [.NET MVP]

Derek Martin said:
But I cannot figure out for the life of me how to do that with a web
application who's backend referenced DLLS are delay signed. How do you
obfuscate and then sign after building when they are now on a server?

After building they are in the development machine yet, aren´t they? Then
you obfuscate, sign and move them into the production server. Am I missing
something?

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Obfuscation 3
Dotfuscator and ClickOnce 32
Dotfuscator and strong names 8
Obfuscation Question 5
Pros/Cons of Obfuscation ? 19
Securing code in WM 5.0 (Obfuscation) 4
obfuscation 8
.NET Code Obfuscation. 2

Top