On Friday, April 12, 2002, at 07:55 PM, Gabriel Duchateau wrote:
> I am trying to setup a small application with a passwd controlled access.
> I
> need just a little bit of security so I decided to use the crypt function
> on
> perl to encrypt the user passwd. The problem I have is when writi
I am trying to setup a small application with a passwd controlled access. I
need just a little bit of security so I decided to use the crypt function on
perl to encrypt the user passwd. The problem I have is when writing the
encrypted passwd to a file using the pack function. The pack function
ret