On Mon, Jul 02, 2001 at 06:42:36PM +0400, Maxim Berlin wrote:
> Monday, July 02, 2001, F.H <[EMAIL PROTECTED]> wrote:
>
> FH> I want to be able to encrypt the password line only, but be able to
> FH> read from it.
>
> crypt.
>
> perldoc -f crypt
Keep in mind that crypt is a one way hash; you can't get the original
password from the crypt'd version. If that's what you wanted, great,
otherwise you'll need to look at the Crypt:: modules on CPAN.
Michael
--
Administrator www.shoebox.net
Programmer, System Administrator www.gallanttech.com
--