in reply to How could I use CGI to hide my javascript code?
That said, you can obfuscate your code, but it's a hassle. Far better to write your application in Perl like ikegami says with CGI::Session and that way the serious code is hidden on the server. Just watch how your server is configured so .cgi files are not displayed as text!
HTH, SSF
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How could I use CGI to hide my javascript code?
by ikegami (Patriarch) on Jan 24, 2009 at 06:21 UTC | |
|
Re^2: How could I use CGI to hide my javascript code?
by Anonymous Monk on Jan 24, 2009 at 05:33 UTC |