ruary 12, 2006 11:18 AM
To: 'Webmaster'; php-general@lists.php.net
Subject: RE: [PHP] unsupported binary characters in database,
Hmmm ... I guess that's an idea. Any other ways of dealing with this?
-Original Message-
From: Webmaster [mailto:[EMAIL PROTECTED]
Sent: Saturda
Hmmm ... I guess that's an idea. Any other ways of dealing with this?
-Original Message-
From: Webmaster [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 11, 2006 6:06 PM
To: Mark Steudel
Subject: Re: [PHP] unsupported binary characters in database,
Mark Steudel wrote:
> I
I have the following encryption function:
function RC4( $data) { //ecncrypt $data with the key in $keyfile with an rc4
algorithm
$pwd = implode('', file(/key.php'));
$pwd_length = strlen($pwd);
for ($i = 0; $i < 255; $i++) {
$key[$i] = ord(substr($pwd, ($i % $pwd_length
3 matches
Mail list logo