Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to decode a source code

Former Member
0 Likes
482

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

1 REPLY 1
Read only

Former Member
0 Likes
386

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.