On Tue, 20 Nov 2001, Ken Kinder wrote:

> Date: Tue, 20 Nov 2001 08:41:20 -0700
> From: Ken Kinder <[EMAIL PROTECTED]>
> To: Thomas Kotze` <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> Subject: Re: MySQL and encryption
> 
> I would like to know if anyone has some advice on encrypting credit cards 
> myself, as it's something I'm going to be needing to look into for my own 
> purposes.
I've used the Crypt::CBC 
process in perl.  
One thing to remember, if you expose the kind of credit card (e.g., 
discover) in another column then at least the 1st digit if not the first 
four digits are known so breaking it is not impossible; however, with a 
truely random key and a cypher system like twofish or blowfish you should 
be relatively safe.  Of course if they completely hack the box its a lost 
cause since they can find both the code which specifies the method and 
the key.

 > 
> On Tuesday 20 November 2001 01:30 am, Thomas Kotze` wrote:
> > Hi,
> >
> > I am new to MySQL and would like to know what encryption capabilities the
> > MySQL database have.
> >
> >
> > Regards
> > Thomas
> >
> >
> >
> > **********************************************************************
> > This email and any files transmitted with it are confidential and
> > intended solely for the use of the individual or entity to whom they
> > are addressed. If you have received this email in error please notify
> > the system manager.
> >
> > This footnote also confirms that this email message has been swept by
> > MIMEsweeper for the presence of computer viruses.
> >
> > <a href="http://www.mycomax.com";>www.mycomax.com</a>
> > **********************************************************************
> >
> > ---------------------------------------------------------------------
> > 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
> 
> ---------------------------------------------------------------------
> 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
> 

Sincerely,

William Mussatto, Senior Systems Engineer
CyberStrategies, Inc
ph. 909-920-9154 ext. 27


---------------------------------------------------------------------
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