Posted by veg_all on 09/27/06 03:17
laredotornado@zipmail.com wrote:
> Hi,
>
> I am using PHP 4.4.3 and trying to encrypt and decrypt data. Below are
> my functions. The problem is that when I run this code, different
the problem is the initialization vector is different each time . you
would need to use the same $iv to get the same result. i can paste
some code using rijndael-128 if interested.
[Back to original message]
|