Click here to Skip to main content
15,890,336 members

Survey Results

Do you obfuscate your code?   [Edit]

Survey period: 27 Feb 2012 to 5 Mar 2012

Protecting your code, for example .NET DLLs or client side Javascript, is important for some. Do you deliberately (as opposed to accidentally) obfuscate your code? Suggested by Collin Jasnoch

OptionVotes% 
No, we don't since there is no need51748.00
No, we don't because we don't care if others see the code22721.08
Yes, using commercial tools827.61
Yes, using free tools (or tools that come with, say, Visual Studio)12911.98
Yes, using our own in-house methods413.81
I don't know what obfuscating means.817.52



 
Generalwe do business... Pin
VallarasuS28-Feb-12 0:20
VallarasuS28-Feb-12 0:20 
GeneralBest Way Pin
M@dHatter27-Feb-12 23:43
M@dHatter27-Feb-12 23:43 
GeneralRe: Best Way Pin
Lakamraju Raghuram27-Feb-12 23:53
Lakamraju Raghuram27-Feb-12 23:53 
GeneralArt form Pin
User 5924127-Feb-12 18:50
User 5924127-Feb-12 18:50 
GeneralRe: Art form Pin
Michael Bergman29-Feb-12 8:35
Michael Bergman29-Feb-12 8:35 
GeneralThe most bulletproof obfuscation... Pin
krumia27-Feb-12 17:28
krumia27-Feb-12 17:28 
GeneralDo I what? Pin
Slacker00727-Feb-12 5:37
professionalSlacker00727-Feb-12 5:37 
GeneralSaving your code for a better thief... PinPopular
Michael Bergman27-Feb-12 4:28
Michael Bergman27-Feb-12 4:28 
Anyone who worked back in the day of the K&R C probably had a disassembler (so you could optimize parts of your code) which would generate labeled subroutines, variables, etc. You could then use grep to find tokens and replace them with more meaningful names.
Seriously, obfuscation is a silly exercise which saves your code for a better thief and if you were really interested in protecting your code you would go with encryption.
m.bergman
For Bruce Schneier, quanta only have one state : afraid.

To succeed in the world it is not enough to be stupid, you must also be well-mannered. -- Voltaire

Honesty is the best policy, but insanity is a better defense. -- Steve Landesberg

GeneralOn the contrary . . . Pin
W Balboos, GHB27-Feb-12 3:31
W Balboos, GHB27-Feb-12 3:31 
GeneralNo need... Pin
Tim Groven27-Feb-12 3:29
Tim Groven27-Feb-12 3:29 
GeneralJavaScript Minification Pin
Nemanja Trifunovic27-Feb-12 3:16
Nemanja Trifunovic27-Feb-12 3:16 
GeneralIts naturally unreadable... PinPopular
Roger Allen27-Feb-12 2:59
Roger Allen27-Feb-12 2:59 
GeneralNeed a sometimes option Pin
Dan Neely27-Feb-12 0:56
Dan Neely27-Feb-12 0:56 
GeneralRe: Need a sometimes option Pin
Andy Missico27-Feb-12 2:54
Andy Missico27-Feb-12 2:54 
GeneralRe: Need a sometimes option PinPopular
Andy Missico27-Feb-12 3:11
Andy Missico27-Feb-12 3:11 
GeneralRe: Need a sometimes option Pin
Dan Neely27-Feb-12 16:52
Dan Neely27-Feb-12 16:52 
GeneralRe: Need a sometimes option Pin
enhzflep28-Feb-12 12:14
enhzflep28-Feb-12 12:14 
GeneralRe: Need a sometimes option Pin
Dan Neely3-Mar-12 13:54
Dan Neely3-Mar-12 13:54 
GeneralActually... PinPopular
Dalek Dave26-Feb-12 22:17
professionalDalek Dave26-Feb-12 22:17 
GeneralRe: Actually... Pin
Slacker00727-Feb-12 23:59
professionalSlacker00727-Feb-12 23:59 
GeneralRe: Actually... Pin
Reiss28-Feb-12 6:26
professionalReiss28-Feb-12 6:26 
GeneralAnother Option? Pin
Dave Kerr26-Feb-12 22:11
mentorDave Kerr26-Feb-12 22:11 
GeneralThe lesson here is... Pin
Shao Voon Wong26-Feb-12 22:10
mvaShao Voon Wong26-Feb-12 22:10 
GeneralRe: The lesson here is... Pin
enhzflep28-Feb-12 12:43
enhzflep28-Feb-12 12:43 
GeneralNo need..., no sense? Pin
Oshtri Deka26-Feb-12 21:20
professionalOshtri Deka26-Feb-12 21:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.