Re: encrypt a text file

2008-09-02 Thread Jeff Pang
> 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

Re: encrypt a text file

2008-08-27 Thread Bryan R Harris
> 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

Re: encrypt a text file

2008-08-27 Thread Dan Baker
[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

Re: encrypt a text file

2008-08-27 Thread Xavier Mas
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