[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(), there is no decrypt...
if you have the clear text in a separate file somewhere, or a field in a binary database...

d


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to