Forget it.... I figured the problem out. On Thu, Nov 14, 2002 at 07:46:32PM -0500, Mike Starke wrote: /_I am trying to get the same output crypt() does one /_one machine to another. I have grep'd thru a perl script /_on the server for "crypt" and have found out that the password /_it generates is done by crypt($INPUT{'pwd'}, aa). I need to add /_additional entries in the password file (offline) with something like /_ /_print "Please enter string to crypt: "; /_my $string = ; /_chomp $string; /_my $p = crypt($string, "aa"); /_ /_Yet I get a differant value from the same string /_on the server. Could someone clue me in on how /_this works? /_ /_v/r /_-Mike /_--------------------------------------------------- /_PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us /_To subscribe, unsubscribe, or to change you mail settings: /_http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss