Re: crypt() under windows

2000-04-20 Thread Matt Sergeant
On Thu, 20 Apr 2000, Gunther Birznieks wrote: At 09:00 PM 4/19/00 +0100, Matt Sergeant wrote: On Wed, 19 Apr 2000, Tim Bishop wrote: Hi- We used Martin Vorlaender's Crypt::UnixCrypt module for the same reason you need it - no crypt() on Windows. Nonesense. Read README.win32

Re: crypt() under windows

2000-04-20 Thread Randy Kobes
On Thu, 20 Apr 2000, Matt Sergeant wrote: On Thu, 20 Apr 2000, Gunther Birznieks wrote: At 09:00 PM 4/19/00 +0100, Matt Sergeant wrote: On Wed, 19 Apr 2000, Tim Bishop wrote: Hi- We used Martin Vorlaender's Crypt::UnixCrypt module for the same reason you need it -

Re: crypt() under windows

2000-04-19 Thread Tim Bishop
Hi- We used Martin Vorlaender's Crypt::UnixCrypt module for the same reason you need it - no crypt() on Windows. http://search.cpan.org/search?dist=Crypt-UnixCrypt However we discovered that it is not *exactly* the same as linux crypt(). That is, for some passwords that contained

Re: crypt() under windows

2000-04-19 Thread Billy Donahue
On Wed, 19 Apr 2000, indrek siitan wrote: Date: Wed, 19 Apr 2000 13:02:00 -0500 From: indrek siitan [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: crypt() under windows Hi, seems like the standard crypt() function is not implemented under Windows. :( does

Re: crypt() under windows

2000-04-19 Thread Matt Sergeant
On Wed, 19 Apr 2000, Tim Bishop wrote: Hi- We used Martin Vorlaender's Crypt::UnixCrypt module for the same reason you need it - no crypt() on Windows. Nonesense. Read README.win32 before building your perl. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing

crypt() under windows

2000-04-19 Thread indrek siitan
Hi, seems like the standard crypt() function is not implemented under Windows. :( does anyone have a perl source, that does the 3DES crypt() encryption? i only need it for a development version, so the speed doesn't matter. the production version will run under Linux and use the standard

Re: crypt() under windows

2000-04-19 Thread Gunther Birznieks
At 09:00 PM 4/19/00 +0100, Matt Sergeant wrote: On Wed, 19 Apr 2000, Tim Bishop wrote: Hi- We used Martin Vorlaender's Crypt::UnixCrypt module for the same reason you need it - no crypt() on Windows. Nonesense. Read README.win32 before building your perl. Curiously, the precompiled