Steve,
If you're using MySQL, it has some built-in encryption functions that
would be slightly better than trying to implement XOR encryption in
PHP. The best solution would be to use PGP or GPG (GNU Privacy Guard) to
encrypt the credit card numbers before you put them in the
database.
Regards
On Sat, 20 Jan 2001, Steve Quezadas wrote:
> Date: Sat, 20 Jan 2001 13:41:20 -0800
> From: Steve Quezadas <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [PHP] XOR data encryption
>
> I am trying to store some credit card numbers in a database, along with the res
I have some Delphi code that uses the XOR, if that would help.
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators
I am trying to store some credit card numbers in a database, along with the rest of
the data (dangerous, I know). Unforunately, I am using a provider that doesn't have
the mcrypt functions compiled into PHP, so I guess I am stuck using the swiss-cheese
like XOR method of encryption. My client i
4 matches
Mail list logo