http://www.perlmonks.org?node_id=967348


in reply to Production obfuscation

I'm not too concerened about the users attempting a reverse enginner. I'm practicing sercurtry thru obsecurity.

Sorry? This is supposed to be irony, isn't it?

Security through obscurity basically means you don't have any security. Anyone who is well versed enough in Perl to do serious reverse engineering would have no problem at all of either writing a "decoder" or just plug the script into a debugger and see whats happening instruction by instruction.

"You have reached the Monastery. All our helpdesk monks are busy at the moment. Please press "1" to instantly donate 10 currency units for a good cause or press "2" to hang up. Or you can dial "12" to get connected directly to second level support."

Replies are listed 'Best First'.
Re^2: Production obfuscation
by marto (Cardinal) on Apr 26, 2012 at 13:43 UTC

    "Anyone who is well versed enough in Perl to do serious reverse engineering would have no problem at all..."

    Or for those who aren't familiar with perl a google search would provide techniques/code to do it for them.