[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] Proposal: change to rijndael encryption
From: |
Del |
Subject: |
Re: [Phpgroupware-developers] Proposal: change to rijndael encryption |
Date: |
Thu, 13 Dec 2001 20:04:34 +1100 |
Lars Kneschke wrote:
>
> > address@hidden schrieb:
> >
> >
> > Just a proposal:
> >
> > In phpgwapi/inc/class.crypto.inc, 3DES encryption is selected. I
> > suggest this be changed to 128 bit Rijndael, for the following reasons:
> >
>
> Is there a php implementation of rijndael?
Rijndael is included in the same mcrypt() library used by class.crypto.inc
for the 3DES routines.
This is implemented as a PHP loadable object, in C. I don't think that there
is a native PHP implementation but the C source code and algorithm are freely
available.
--
Del