I use a random key generating SHA-1 js module for all my encryption for
passwords.  You could do something the same using a fixed key system so that
once it's on the server you can decrypt it.  However, I haven't tried it yet
with SHA-1 so don't know how difficult or sane it would be to try.

chuck

----- Original Message -----
From: "Elizabeth Alderton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 22, 2001 6:11 PM
Subject: Data Encryption


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



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to