Click to See Complete Forum and Search --> : Application shud DIE.........


dwurity
September 1st, 2005, 05:07 AM
Hi -

I am developing one application of my own, and I placed my name at various location in the code, and it will be easy for others to rewrite my name with their own name and can say that code was developed by them...
possible, right ??

to prevent it, what shud I do..........

any suggestions.......

thanx in advance.

Hobson
September 1st, 2005, 05:24 AM
You could try to store your name inside of application in encrypted form. Every time before you are going to use it, i.e. in message box or label, decrypt it. Crypting algorithm does not have to be very complicated, something like XOR algorithm should be enough.

Hob