> Message du 27/08/08 16:40
> De : "Bryan R Harris"
> A : "Beginners Perl"
> Copie à :
> Objet : Re: encrypt a text file
>
>
>
>
> > hello,
> >
> > how to encrypt a text file and decrypt it with perl?
> >
> > for ex
> hello,
>
> how to encrypt a text file and decrypt it with perl?
>
> for example, I have a config file,
>
> svr.conf
>
> I want to encrypt it to svr.conf.encrypt.
>
> But I should also have the ability to decrypt the encryped one to the
> original text.
>
> Any suggestion is welcome. than
[EMAIL PROTECTED] wrote:
how to encrypt a text file and decrypt it with perl?
for example, I have a config file,
svr.conf
I want to encrypt it to svr.conf.encrypt.
But I should also have the ability to decrypt the encryped one to the
original text.
when using crypt
El Wednesday 27 August 2008 08:28:40 [EMAIL PROTECTED] va escriure:
> hello,
>
> how to encrypt a text file and decrypt it with perl?
>
> for example, I have a config file,
>
> svr.conf
>
> I want to encrypt it to svr.conf.encrypt.
>
> But I should also have the ability to decrypt the encryped one