‎2010 Mar 19 4:00 AM
hi. export.
I encrypted my source code with below method.
1. import the source code
2. insert password to the first line of source code.
MY_SOURCE = 'PASSWORD'.
INSERT MY_SOURCE INTO ORIGINAL_SOURCE INDEX 1.
3. generate it.
You know, I knew how to enrypt to source code.
But I don't know how to decode the source code.
plz, let me know how to do it.
Edited by: Do-Jin Jung on Mar 19, 2010 5:02 AM
‎2010 Mar 19 8:39 PM
Why would we ever encrypt source code? I can understand encrypting data, but....source code? What do we have to hide?
Sorry, no answer, but in your situation, I'd probably start trying to re-construct in a new object.