Re: [PHP-DEV] encryption functions

2002-12-18 Thread Michael Bretterklieber
Hi, Derick Rethans wrote: On 18 Dec 2002, Adam Voigt wrote: It would be a welcome addition but wouldn't this create legal problems with the U.S. export laws in-reference to high powered encryption technology/software? Wasn't his law dropped or weaked some years ago? I can imaging if you e

Re: [PHP-DEV] encryption functions

2002-12-18 Thread Michael Bretterklieber
Hi, Derick Rethans wrote: On 18 Dec 2002, Adam Voigt wrote: Check out the Mcrypt manual page: http://us2.php.net/mcrypt In the comments several people posted links to DLL (windows) version's of the MCRYPT library. The main problems with the library where the dynamic loading of the c

Re: [PHP-DEV] encryption functions

2002-12-18 Thread Derick Rethans
On 18 Dec 2002, Adam Voigt wrote: > It would be a welcome addition but wouldn't this create legal > problems with the U.S. export laws in-reference to high powered > encryption technology/software? We're not exporting the encryptions as we will not distribute the library, but I'm sure we'll find

Re: [PHP-DEV] encryption functions

2002-12-18 Thread Adam Voigt
It would be a welcome addition but wouldn't this create legal problems with the U.S. export laws in-reference to high powered encryption technology/software? On Wed, 2002-12-18 at 11:11, Derick Rethans wrote: On 18 Dec 2002, Adam Voigt wrote: > Check out the Mcr

Re: [PHP-DEV] encryption functions

2002-12-18 Thread Derick Rethans
On 18 Dec 2002, Adam Voigt wrote: > Check out the Mcrypt manual page: > > http://us2.php.net/mcrypt > > In the comments several people posted links to DLL (windows) version's > of > the MCRYPT library. The main problems with the library where the dynamic loading of the ciphers. In mcrypt versi

Re: [PHP-DEV] encryption functions

2002-12-18 Thread Adam Voigt
Check out the Mcrypt manual page: http://us2.php.net/mcrypt In the comments several people posted links to DLL (windows) version's of the MCRYPT library. On Wed, 2002-12-18 at 10:40, Michael Bretterklieber wrote: Hi, I'm trying to provide samples for authen

[PHP-DEV] encryption functions

2002-12-18 Thread Michael Bretterklieber
Hi, I'm trying to provide samples for authenticating using MS-CHAP and my Radius PECL. I need DES for generating the data., but it seems that des is only available via mcrypt-extension, but mcrypt only compiles under unix or am i wrong? Its nearly useless to provide a sample for MS-CHAP only