Re: Encryption of Data

2001-08-23 Thread Rene Tegel
nal Message- > From: Jeremy Falcon <[EMAIL PROTECTED]> > To: Elizabeth Alderton <[EMAIL PROTECTED]>; [EMAIL PROTECTED] > <[EMAIL PROTECTED]> > Date: 22 August 2001 20:26 > Subject: Re: Encryption of Data > > > >What do you mean by "bring data dow

Re: Encryption of Data

2001-08-23 Thread Rene Tegel
Elizabeth > -Original Message- > From: Jeremy Falcon <[EMAIL PROTECTED]> > To: Elizabeth Alderton <[EMAIL PROTECTED]>; [EMAIL PROTECTED] > <[EMAIL PROTECTED]> > Date: 22 August 2001 20:26 > Subject: Re: Encryption of Data > > > >What do you me

Re: Encryption of Data

2001-08-23 Thread Rene Tegel
esting cron - can you tell me what it is? > > Regards > > Elizabeth > -Original Message- > From: Jeremy Falcon <[EMAIL PROTECTED]> > To: Elizabeth Alderton <[EMAIL PROTECTED]>; [EMAIL PROTECTED] > <[EMAIL PROTECTED]> > Date: 22 August 2001 20:26 >

Re: Encryption of Data

2001-08-23 Thread Werner Stürenburg
Jeremy Falcon schrieb am Donnerstag, 23. August 2001, 21:46:02: > Contact your ISP and ask them if they already have and/or willing to set-up > something for you. Yes, there are always many ways to do things - but before I give another, I'd really like to hear about the kind of task at hand

Re: Encryption of Data

2001-08-23 Thread Jeremy Falcon
Contact your ISP and ask them if they already have and/or are willing to set-up something for you. Here's an instance. One host I have used before is TierraNet. They use cron to run a CGI script, named crontask.cgi, at 3AM. You can put anything you want to in that script (Perl, C/C++, etc.) to

Re: Encryption of Data

2001-08-23 Thread Werner Stürenburg
Elizabeth Alderton schrieb am Donnerstag, 23. August 2001, 09:44:36: > Thanks for suggesting cron - can you tell me what it is? cron is a program on Linux to run scheduled programs. So you write a program and tell cron to execute it in any kind of interval you can think of. I don't know if you

Re: Encryption of Data

2001-08-23 Thread Elizabeth Alderton
t; Date: 22 August 2001 20:26 Subject: Re: Encryption of Data >What do you mean by "bring data down?" Would this be over a network? If >so, what OS would the other machine be running? I'll assume it's Unix >because that's my favorite. Seeing that mysql prints t

Re: Encryption of Data

2001-08-22 Thread Jeremy Falcon
To: <[EMAIL PROTECTED]> Sent: Wednesday, August 22, 2001 10:00 AM Subject: Encryption of Data If I do a SELECT query to bring data down to a PC (this is being done through Delphi) how can I encrypt the data so that it comes safely? Equally when doing UPDATE and INSERT in the other dir

Re: Encryption of Data

2001-08-22 Thread Dr. Werner Stürenburg
Elizabeth Alderton schrieb am Mittwoch, 22. August 2001, 17:00:53: > If I do a SELECT query to bring data down to a PC (this is > being done through Delphi) how can I encrypt the data so that > it comes safely? > Equally when doing UPDATE and INSERT in the other direction I > would want to enc

Encryption of Data

2001-08-22 Thread Elizabeth Alderton
If I do a SELECT query to bring data down to a PC (this is being done through Delphi) how can I encrypt the data so that it comes safely? Equally when doing UPDATE and INSERT in the other direction I would want to encrypt the data. Can anyone help please? Regards Elizabeth