Encrypt a file, was Re: Encrpt a file

2005-04-18 Thread Chris Devers
On Mon, 18 Apr 2005, Anish Kumar K wrote:

 Can [anyone] suggest a good algorithm for [encrypting] and 
 [decrypting] files ..I donot want to use any perl module for that...

rot13 would be pretty easy to write up by hand.

If you want something robust, it would be wise to use a module.

Start here: http://search.cpan.org/modlist/Security/Crypt 


-- 
Chris Devers

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




Re: Encrypt a file, was Re: Encrpt a file

2005-04-18 Thread Peter_Farrar

On Mon, 18 Apr 2005, Anish Kumar K wrote:

 Can [anyone] suggest a good algorithm for [encrypting] and
 [decrypting] files ..I donot want to use any perl module for that...

Check out the perl stuff on this site.  I haven't actually used it yet,
though I've been meaning to look at it.  But their Java stuff is really
good.
http://www.cryptix.org/

Not sure why you don't want to use a module, but you could always pull out
the parts you need.



** CONFIDENTIALITY NOTICE **
NOTICE:  This e-mail message and all attachments transmitted with it
 may contain legally privileged and confidential information intended
 solely for the use of the addressee.  If the reader of this message is
 not the intended recipient, you are hereby notified that any reading,
dissemination, distribution, copying, or other use of this message or its
 attachments is strictly prohibited.  If you have received this message
 in error, please notify the sender immediately and delete this message
 from your system.  Thank you..



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