Click here to Skip to main content
15,889,335 members
Home / Discussions / C#
   

C#

 
AnswerRe: XML Data and Data Sets Pin
carlecomm21-Sep-09 21:28
carlecomm21-Sep-09 21:28 
QuestionSource Code Encryption Pin
kKamel15-Sep-09 10:03
kKamel15-Sep-09 10:03 
AnswerRe: Source Code Encryption Pin
Manas Bhardwaj15-Sep-09 10:07
professionalManas Bhardwaj15-Sep-09 10:07 
GeneralRe: Source Code Encryption Pin
kKamel15-Sep-09 10:09
kKamel15-Sep-09 10:09 
GeneralRe: Source Code Encryption Pin
Christian Graus15-Sep-09 10:15
protectorChristian Graus15-Sep-09 10:15 
GeneralRe: Source Code Encryption Pin
PIEBALDconsult15-Sep-09 10:16
mvePIEBALDconsult15-Sep-09 10:16 
GeneralRe: Source Code Encryption Pin
Christian Graus15-Sep-09 10:18
protectorChristian Graus15-Sep-09 10:18 
GeneralRe: Source Code Encryption Pin
Ian Shlasko15-Sep-09 10:18
Ian Shlasko15-Sep-09 10:18 
The standard answer:

You can't stop someone from decompiling your code while still letting them execute it. You can "obfuscate" it (Which just changes the variable/method/class names to random junk) to make it difficult to understand, and you can encrypt any strings you store in it (While obfuscating the decryption key), but nothing is foolproof.

If someone is determined to read your code and is willing to put in the time and effort, they can do it.

Proud to have finally moved to the A-Ark. Which one are you in?
Developer, Author (Guardians of Xen)

GeneralRe: Source Code Encryption Pin
kKamel15-Sep-09 10:22
kKamel15-Sep-09 10:22 
GeneralRe: Source Code Encryption Pin
Christian Graus15-Sep-09 11:24
protectorChristian Graus15-Sep-09 11:24 
GeneralRe: Source Code Encryption Pin
harold aptroot15-Sep-09 10:23
harold aptroot15-Sep-09 10:23 
GeneralRe: Source Code Encryption Pin
kKamel15-Sep-09 10:28
kKamel15-Sep-09 10:28 
GeneralRe: Source Code Encryption Pin
harold aptroot15-Sep-09 10:33
harold aptroot15-Sep-09 10:33 
GeneralRe: Source Code Encryption Pin
kKamel15-Sep-09 10:36
kKamel15-Sep-09 10:36 
GeneralRe: Source Code Encryption Pin
Ian Shlasko15-Sep-09 10:44
Ian Shlasko15-Sep-09 10:44 
GeneralRe: Source Code Encryption Pin
kKamel15-Sep-09 10:59
kKamel15-Sep-09 10:59 
GeneralRe: Source Code Encryption Pin
Ian Shlasko15-Sep-09 11:08
Ian Shlasko15-Sep-09 11:08 
GeneralRe: Source Code Encryption Pin
harold aptroot15-Sep-09 10:45
harold aptroot15-Sep-09 10:45 
GeneralRe: Source Code Encryption Pin
Pete O'Hanlon15-Sep-09 11:04
mvePete O'Hanlon15-Sep-09 11:04 
GeneralRe: Source Code Encryption Pin
kKamel15-Sep-09 11:07
kKamel15-Sep-09 11:07 
GeneralRe: Source Code Encryption Pin
Pete O'Hanlon15-Sep-09 11:12
mvePete O'Hanlon15-Sep-09 11:12 
GeneralRe: Source Code Encryption Pin
kKamel15-Sep-09 11:16
kKamel15-Sep-09 11:16 
GeneralRe: Source Code Encryption Pin
Pete O'Hanlon15-Sep-09 11:18
mvePete O'Hanlon15-Sep-09 11:18 
GeneralRe: Source Code Encryption Pin
kKamel15-Sep-09 11:20
kKamel15-Sep-09 11:20 
GeneralRe: Source Code Encryption Pin
Christian Graus15-Sep-09 11:26
protectorChristian Graus15-Sep-09 11:26 

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.