|
Posted by Schraalhans Keukenmeester on 05/16/07 20:17
At Wed, 16 May 2007 15:37:10 -0400, David T. Ashley let his monkeys type:
> "C." <colin.mckinnon@gmail.com> wrote in message
> news:1179333341.917076.136120@p77g2000hsh.googlegroups.com...
>> On 16 May, 16:50, "David T. Ashley" <d...@e3ft.com> wrote:
>>> Is anyone aware of any already-written code I can use that implements
>>> AES-192 in PHP?
>>>
>>
>> Is this different from RIJNDAEL-192 (available in mcrypt)?
>>
>
> RIJNDAEL-192 is AES-192. Same thing.
>
> The issue is that I get my PHP packages precompiled, without mcrypt, and it
> is my understanding that I'd have to recompile PHP with an extra option to
> get mcrypt functionality. I don't want to do that if I don't have to.
>
> Did I get the technical details wrong?
>
> Thanks.
You could load the module from your code using dl(). It is not ideal,
slow, but in the given situation...
http://www.php.net/manual/en/function.dl.php
HTH
Sh.
Navigation:
[Reply to this message]
|