Re: [PHP] need insights on encrypting and uploading ASCII file using PHP

2007-07-29 Thread Stut
Richard Lynch wrote: On Fri, July 27, 2007 3:21 pm, John A DAVIS wrote: We have various labs that submit coliform sample results in an ASCII file, quoted/comma delimited. We are being asked to encrypt this file for internet transfer. We are also being asked to create a secure process by which t

Re: [PHP] need insights on encrypting and uploading ASCII file using PHP

2007-07-29 Thread Satyam
- Original Message - From: "tedd" <[EMAIL PROTECTED]> To: "John A DAVIS" <[EMAIL PROTECTED]>; Sent: Sunday, July 29, 2007 4:32 PM Subject: Re: [PHP] need insights on encrypting and uploading ASCII file using PHP Finally, you could get your users

Re: [PHP] need insights on encrypting and uploading ASCII file using PHP

2007-07-29 Thread tedd
At 2:52 PM -0700 7/27/07, John A DAVIS wrote: Content-Language: Content-Type: text/plain; charset=utf-8 Very good! Very good! Thank you. Lots of stuff to mull over. John A. Davis Programmer State of Oregon DHS OIS CNE, MCSE "Don't think of the problem, think of the solution" "Satyam" <[EMA

Re: [PHP] need insights on encrypting and uploading ASCII file using PHP

2007-07-27 Thread Richard Lynch
On Fri, July 27, 2007 4:12 pm, John A DAVIS wrote: > Here is the application checklist that I have to answer. It is a new > EPA rule called "CROMERR" (Cross Media Electronic Reporting Rule). > http://www.epa.gov/cdx/cromerrr/index.html (check out the Federal > Register link for exact wording if you

Re: [PHP] need insights on encrypting and uploading ASCII file using PHP

2007-07-27 Thread John A DAVIS
.net Sent: Friday, July 27, 2007 10:21 PM Subject: [PHP] need insights on encrypting and uploading ASCII file using PHP We have various labs that submit coliform sample results in an ASCII file, quoted/comma delimited.   We are being asked to encrypt this file for internet transfer. We are

Re: [PHP] need insights on encrypting and uploading ASCII file using PHP

2007-07-27 Thread Richard Lynch
On Fri, July 27, 2007 4:01 pm, [EMAIL PROTECTED] wrote: > If you have IIS (like my test environment), you can use the SelfSSL > tool to make a self-signed SSL certificate. Generally these aren't so > great for a production environment, but you said *easiest*. SelfSSL is > part of the IIS 6.0 Resour

Re: [PHP] need insights on encrypting and uploading ASCII file using PHP

2007-07-27 Thread Richard Lynch
On Fri, July 27, 2007 3:52 pm, John A DAVIS wrote: > So, what is the easiest way to get and install an SSL certificate? The basic trust model of an SSL cert is: You fill out a form and pay them $200 (or so) and they trust you. Doesn't make a whole lotta sense to me, really, but there it is. I s

Re: [PHP] need insights on encrypting and uploading ASCII file using PHP

2007-07-27 Thread Satyam
l@lists.php.net Sent: Friday, July 27, 2007 10:21 PM Subject: [PHP] need insights on encrypting and uploading ASCII file using PHP We have various labs that submit coliform sample results in an ASCII file, quoted/comma delimited. We are being asked to encrypt this file for internet transf

Re: [PHP] need insights on encrypting and uploading ASCII file using PHP

2007-07-27 Thread carlton . whitehead
ssage - From: "John A DAVIS" <[EMAIL PROTECTED]> To: "PHP General List" Sent: Friday, July 27, 2007 4:52:55 PM (GMT-0500) America/New_York Subject: Re: [PHP] need insights on encrypting and uploading ASCII file using PHP So, what is the easiest way to get and

Re: [PHP] need insights on encrypting and uploading ASCII file using PHP

2007-07-27 Thread John A DAVIS
Here is the application checklist that I have to answer. It is a new EPA rule called "CROMERR" (Cross Media Electronic Reporting Rule). http://www.epa.gov/cdx/cromerrr/index.html (check out the Federal Register link for exact wording if you want---not for the timid at heart--your government do

Re: [PHP] need insights on encrypting and uploading ASCII file using PHP

2007-07-27 Thread Jim Lucas
John A DAVIS wrote: So, what is the easiest way to get and install an SSL certificate? >>> "Richard Lynch" <[EMAIL PROTECTED]> 7/27/2007 1:46 PM >>> On Fri, July 27, 2007 3:21 pm, John A DAVIS wrote: > We have various labs that submit coliform sample results in an ASCII > file, quoted/comma

Re: [PHP] need insights on encrypting and uploading ASCII file using PHP

2007-07-27 Thread John A DAVIS
So, what is the easiest way to get and install an SSL certificate? >>> "Richard Lynch" <[EMAIL PROTECTED]> 7/27/2007 1:46 PM >>> On Fri, July 27, 2007 3:21 pm, John A DAVIS wrote:> We have various labs that submit coliform sample results in an ASCII> file, quoted/comma delimited.>> We are bei

RE: [PHP] need insights on encrypting and uploading ASCII file using PHP

2007-07-27 Thread Jay Blanchard
[snip] We have various labs that submit coliform sample results in an ASCII file, quoted/comma delimited.   We are being asked to encrypt this file for internet transfer. We are also being asked to create a secure process by which to transfer this file across the interent.   Currently: the lab p

Re: [PHP] need insights on encrypting and uploading ASCII file using PHP

2007-07-27 Thread Richard Lynch
On Fri, July 27, 2007 3:21 pm, John A DAVIS wrote: > We have various labs that submit coliform sample results in an ASCII > file, quoted/comma delimited. > > We are being asked to encrypt this file for internet transfer. We are > also being asked to create a secure process by which to transfer this

[PHP] need insights on encrypting and uploading ASCII file using PHP

2007-07-27 Thread John A DAVIS
We have various labs that submit coliform sample results in an ASCII file, quoted/comma delimited.   We are being asked to encrypt this file for internet transfer. We are also being asked to create a secure process by which to transfer this file across the interent.   Currently: the lab pu