What about varchar binary?

On Thu, 22 Feb 2001, Johnny Withers wrote:

> Date: Thu, 22 Feb 2001 13:35:44 -0600
> From: Johnny Withers <[EMAIL PROTECTED]>
> To: Chris <[EMAIL PROTECTED]>, mysql <[EMAIL PROTECTED]>
> Subject: RE: Fields
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> base64 encode the encrypted text before storing it..
> 
> easily done in php
> base64_encode(string);
> 
> - ---------------------
> Johnny Withers
> [EMAIL PROTECTED]
> p. 601.853.0211
> c. 601.954.9133
> 
> 
> - -----Original Message-----
> From: Chris [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 22, 2001 12:10 PM
> To: mysql
> Subject: Fields
> 
> 
> Hi,
> Are there certain chacters that a VARCHAR field can't store?
> If I xor encrypt a #, I get non-alphanumeric characters:
> 
> Ex: 123456789123 may end up 1 YdR
> 
> Is this a problem to store properly, should I use a different field
> type other than varchar?
> 
> Thanks,
> Chris
> 
> 
> -----BEGIN PGP SIGNATURE-----
> Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com>
> 
> iQA/AwUBOpVqD7FNxPoD98ryEQI8ywCeNc8kmW9we+YcNW9hbLDn/Zb+QP0AnRV6
> gJ3JZUbPPiOs6y5y9Fg//cTh
> =xA/n
> -----END PGP SIGNATURE-----
> 
> 
> ---------------------------------------------------------------------
> 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