Scenario: I wrote a script web application and I'd want to sell it. Obviously I can't compile it to an EXE so how to protect my script source code?
Any ideas?
EMG
How to protect web applications source code?
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: How to protect web source code
Use Harbour and FiveWeb and deliver a CGI executable
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: How to protect web source code
Unfortunately, CGI is an old and no more supported technology. I liked it very much but customers of these days don't accept CGI EXE web applications.
EMG
EMG
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: How to protect web source code
Both BlueHost and DreamHost support CGI with no problem
Don't know about others
Don't know about others
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: How to protect web source code
I'm thinking about customer's web servers. Sorry, but CGI EXE is not an option for me. I'd like it were...
EMG
EMG
Re: How to protect web applications source code?
Enrico,
Which language did you use to create this web application?
Which language did you use to create this web application?
Kleyber Derick
FWH / xHb / xDevStudio / SQLLIB
FWH / xHb / xDevStudio / SQLLIB
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: How to protect web applications source code?
I used ASP/VBScript so far. In the future, I don't know.
EMG
EMG
Re: How to protect web applications source code?
Hello Enrico,
I will remeber a product called VBScript Obfuscator.
But it was 2004 when I last made a programs in asp.
Best regards,
Otto
I will remeber a product called VBScript Obfuscator.
But it was 2004 when I last made a programs in asp.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: How to protect web applications source code?
I'm checking all the available options, thank you.
EMG
EMG