in reply to Re: P@$$w0rd$ in perl?
in thread P@$$w0rd$ in perl?

But anyone would be able to write a simple perl script that reads the serialized data and prints the password. No. The purpose is to encrypt the password by encrypting it.

Replies are listed 'Best First'.
RE: RE: Re: P@$$w0rd$ in perl?
by buzzcutbuddha (Chaplain) on Apr 24, 2000 at 23:04 UTC

    You are correct. I was not commenting on the encryption technique
    but speaking towards saving the password in something a little more
    obscure and difficult than a DB. By all means encrypt the date, but
    don't give anyone with a Brute Force program an inch towards getting your
    password.

    Sorry, should have made that clearer.