Posted by David T. Ashley on 05/16/07 19:37
"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.
--
David T. Ashley (dta@e3ft.com)
http://www.e3ft.com (Consulting Home Page)
http://www.dtashley.com (Personal Home Page)
http://gpl.e3ft.com (GPL Publications and Projects)
[Back to original message]
|