Perl crypt()
Jouni Heikniemi
jth at mikrobitti.fi
Wed Aug 13 09:50:36 UTC 2003
(some really ugly HTML mail from you there :-()
At 10:38 13.8.2003 +0100, you wrote:
>Is there any documentation other than
>http://www.perldoc.com/perl5.8.0/pod/func/crypt.html which would allow me
>to re-create the crypt function so i can check logins correctly?
You can find some discussion on that by using Google. I haven't heard of an
easy solution, although intensive Googling might reveal one. Download Perl
source and find out what the crypt() does if you want to use .net crypto
library to simulate crypt() - that's certainly one approach.
An easier alternative might be something like
<http://www.comsoltech.com/products/components/activeunixcrypt/>.
Jouni
More information about the developers
mailing list