obfuscator
.NET Obfuscator .NET Code Obfuscation, Security and Protection
RSS 2.0
Atom 0.3
Contact
Home
Dec
January 2009
Feb
S
M
T
W
T
F
S
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
Search
Go
Archives
July 2007 (1)
June 2007 (1)
April 2006 (1)
March 2006 (1)
February 2006 (1)
January 2006 (1)
December 2005 (1)
November 2005 (1)
October 2005 (1)
Navigation
Blogs
Login
ack/nak
ack/nak
Friday, February 03, 2006 - Posts
Obfuscation: Algorithm or Process?
Is Obfuscation an algorithm or process? Just like encryption, obfuscation should not be viewed in terms of just an algorithm. The Encryption process requires key management, decryption, etc. Similarly, the obfuscation process should address issues such as debugging, patch management, distributed development, support and QA functions.
An
obfuscation solution
addresses all of these issues by embedding the obfuscation algorithm into a process that is itself integrated into the broader application development lifecycle. An obfuscation solution should include
An integrated and distributed “lucidator”
A
lucidator
can reverse much of the obfuscation process to support debugging. Of course it must be a secure process that cannot run outside of its environment or on unauthorized code. Integration with the obfuscator supports unit testing and distribution enables debugging and support outside of the developer community that uses the obfuscator.
Declarative obfuscation
Developers are able to markup their code using attributes that define the level of obfuscation to be applied at a granular level maximizing developer control.
Incremental obfuscation
Obfuscate patches ensuring that they can be applied in the field against previously obfuscated code.
Integration into your IDE
Managing and automating the obfuscation process within your common IDE simplifies and secures this process within the broader development lifecycle supporting continuous integration.
Make sure that when you look for an obfuscator, you are really looking a complete obfuscation solution.
posted
Friday, February 03, 2006 10:20 AM
by
obfuscator