Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <657B20E93E93D4118F9700D0B73CE3EA0D397223@goofy.epylon.lan> From: "Gupta, Sanjay" To: "'cygwin AT cygwin DOT com'" Subject: RE: mcrypt commnad Date: Thu, 4 Apr 2002 11:06:55 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" I have figured it out how to use openssl to encrypt / decrypt file. openssl des3 -in README -out README.des3 The input file is README and output file is README.des3. The README.des3 is the encrypyed file. When you will run this command, it will ask for the password to encrypt the file. to decrypt the encrpted file. openssl des3 -d -in README.des3 -k yourpassword where yourpassword is the password given at the time of encryption, if you do not give -k yourpassword, it is going to prompt for a password. Thanks again !. Sanjay -----Original Message----- From: Andrew Markebo [mailto:flognat AT flognat DOT myip DOT org] Sent: Wednesday, April 03, 2002 10:58 PM To: Gupta, Sanjay Cc: 'cygwin AT cygwin DOT com' Subject: Re: mcrypt commnad / "Gupta, Sanjay" wrote: | I have read http://lists.hellug.gr/pipermail/mcrypt-dev/2001/000087.html | note and I have tried every thing which was mentioned here but did not help. Any special reason for wanting crypt/mcrypt, maybe choose pgp or gpg(?) (the gnu-version of pgp) that is available on many platforms.. /Andy -- The eye of the beholder rests on the beauty! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/