how to make source code uneditable
-
I have created a very powerful web-based software as part of my thesis. Though, nobody helped me in my project, yet I have to submit my software with full source code. Some of the features of my software are unique & even not available in SAS or SPSS. However, some of the scientists at my Instt. will publish & commercialize it without mentioning my name anywhere and all my effort will so far, would become futile. Is there, any way that I can make the source code uneditable or encrypted, so that nobody can edit it except me. Or is there any way that I put my name in the source code such that nobody will be able to remove afterwards. Please help :(
-
I have created a very powerful web-based software as part of my thesis. Though, nobody helped me in my project, yet I have to submit my software with full source code. Some of the features of my software are unique & even not available in SAS or SPSS. However, some of the scientists at my Instt. will publish & commercialize it without mentioning my name anywhere and all my effort will so far, would become futile. Is there, any way that I can make the source code uneditable or encrypted, so that nobody can edit it except me. Or is there any way that I put my name in the source code such that nobody will be able to remove afterwards. Please help :(
I beleive you have developed your project is layer architecture manner like BLL, DAL and UI . and for BLL and DAL you haev your own dlls. So try to obsfucate the dll using some tool and Before giving the site, give the published version of your site, DO NOT give the website by just as copy paste. Give the Published Version. And have a look around the google, you will also find some alternative solution.
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
I have created a very powerful web-based software as part of my thesis. Though, nobody helped me in my project, yet I have to submit my software with full source code. Some of the features of my software are unique & even not available in SAS or SPSS. However, some of the scientists at my Instt. will publish & commercialize it without mentioning my name anywhere and all my effort will so far, would become futile. Is there, any way that I can make the source code uneditable or encrypted, so that nobody can edit it except me. Or is there any way that I put my name in the source code such that nobody will be able to remove afterwards. Please help :(
-
I have created a very powerful web-based software as part of my thesis. Though, nobody helped me in my project, yet I have to submit my software with full source code. Some of the features of my software are unique & even not available in SAS or SPSS. However, some of the scientists at my Instt. will publish & commercialize it without mentioning my name anywhere and all my effort will so far, would become futile. Is there, any way that I can make the source code uneditable or encrypted, so that nobody can edit it except me. Or is there any way that I put my name in the source code such that nobody will be able to remove afterwards. Please help :(
If they can read it to mark it, they can copy it. Therefore, you have no options. I believe most schools basically assume they own your code. Is it really that great ? I mean, should you consider leaving to commercialise it ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
I beleive you have developed your project is layer architecture manner like BLL, DAL and UI . and for BLL and DAL you haev your own dlls. So try to obsfucate the dll using some tool and Before giving the site, give the published version of your site, DO NOT give the website by just as copy paste. Give the Published Version. And have a look around the google, you will also find some alternative solution.
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
Abhijit Jana wrote:
So try to obsfucate the dll using some tool and Before giving the site
Do you really need that?[^] :)
Navaneeth How to use google | Ask smart questions
-
I have created a very powerful web-based software as part of my thesis. Though, nobody helped me in my project, yet I have to submit my software with full source code. Some of the features of my software are unique & even not available in SAS or SPSS. However, some of the scientists at my Instt. will publish & commercialize it without mentioning my name anywhere and all my effort will so far, would become futile. Is there, any way that I can make the source code uneditable or encrypted, so that nobody can edit it except me. Or is there any way that I put my name in the source code such that nobody will be able to remove afterwards. Please help :(
I've never tried this with a Web application, but you can create native images of your .NET libraries using NGen.exe[^]. As long as their processor is the same as yours, the DLLs/EXEs will run. Again, don't know how well that works in a Web-based application. YMMV.
"we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty
-
Abhijit Jana wrote:
So try to obsfucate the dll using some tool and Before giving the site
Do you really need that?[^] :)
Navaneeth How to use google | Ask smart questions
No Software Is Truly Safe :laugh: By the way navaneeth, Here is my latest one. Have a look :)
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net My Latest Article : IIS Remote Debugging