This is off subject, but I was wondering if anyone has come across any
white papers or sample .fla files I could look at to consider building a
shopping cart in flash. Obviously I want to use PHP for my backend with
a flash shopping cart front end.
-Dan
--
PHP General Mailing List (http://ww
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 24, 2003 12:20 PM
To: Daniel Rychlik; [EMAIL PROTECTED]
Subject: Re: [PHP] calling functions in classes using text and graphic
links
I am not sure what you mean but if you are trying to call functions that
exist within your class
you need to do something
Hello,
I am attempting to solve a problem in PHP. My application consists of
Classes and subclasses. In my Class I call certain functions that have
header information and footer information displaying them in nicely
formatted HTML. I have used this method because of one style sheet that
all HTM
Here is how I installed it and got it working. This is straight out of
the PHP manual. You should read it, it helps.
LIV. Mcrypt Encryption Functions
Introduction
This is an interface to the mcrypt library, which supports a wide
variety of block algorithms such as DES, TripleDES, Blowfish (
g like CBC
mode.
J
Daniel Rychlik wrote:
> I read more on vector IV and I agree with you. I've been reading this
> manual on mcrypt_encrypt and _decrypt functions. I came up with this
from
> what I read and pretty much took the example. I have a problem with
my
> decrypt st
;- Encrypted Data...";
$decrypted = mcrypt_ecb (MCRYPT_BLOWFISH, $key, $input, MCRYPT_DECRYPT, $iv);
echo $decrypted, "<- Decrypted data...";
-Original Message-
From: Jay Smith [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 03, 2003 1:58 PM
To: [EMAIL PROTECTED]
Sub
Hello,
I have been playing with the mycrypt function. Im having a bit of
trouble understanding why it is important to use a vector IV.
I was wandering if there is a reasonably powerful encryption algorithm.
That uses a key only instead of getting the block size and using a IV.
I basically w
7 matches
Mail list logo