Re: Amateur looking for advice on web security/CGI folder....

2015-08-14 Thread Skip Kimpel
I have been forced to use this method in the past and when I do, I encrypt the data before I send it to the server and decrypt it after I retrieve it. This will at least keep the data secure if you have to go that route. SKIP KIMPEL > On Aug 14, 2015, at 12:23 AM, Tim Selander wrote: > > OK,

Re: Amateur looking for advice on web security/CGI folder....

2015-08-13 Thread Tim Selander
OK, glad I asked the list had a hunch my understanding was inadequate. Not using real data for the tests... Guess I need to go study. Any pointers to good articles appreciated! Tim Selander Tokyo, Japan On 15/08/14 12:50, Mark Wieder wrote: On 08/13/2015 04:29 PM, Tim Selander wrote: My

Re: Amateur looking for advice on web security/CGI folder....

2015-08-13 Thread Mark Wieder
On 08/13/2015 04:29 PM, Tim Selander wrote: My remaining question is on keeping text data secure on our web server (on-rev). I use LC scripts in the cgi folder. My understanding is that the cgi folder is secure from any outside breach. Is that understanding correct? So if I store my company's cu

Amateur looking for advice on web security/CGI folder....

2015-08-13 Thread Tim Selander
Hi all, I work at a small broadcast production company, and since HC days have made in-house programs that have helped us in a variety of ways. Now using a bit of LC v7 with its unicode support. Would like to have data available to staff who are on the road. A few months ago, asking about sq