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 From: "Dave Korn" To: Subject: RE: Crypting Date: Tue, 24 Aug 2004 19:18:37 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: Message-ID: X-OriginalArrivalTime: 24 Aug 2004 18:18:37.0140 (UTC) FILETIME=[C61C5940:01C48A06] > -----Original Message----- > From: Dave Korn [mailto:dk AT artimi DOT com] > Sent: 24 August 2004 19:13 > To: 'cygwin AT cygwin DOT com' > Subject: RE: Crypting > > > -----Original Message----- > > From: cygwin-owner On Behalf Of Andrew DeFaria > > Sent: 24 August 2004 19:12 > > > Corinna Vinschen wrote: > > > > > On Aug 24 09:11, Andrew DeFaria wrote: > > > >> Sans crypt(1), how can one encrypt a file...? > > > > > > > > > E.g. `openssl enc -des -in filename -out filename.out > > > > > > See `man openssl' > > > > > > Corinna > > > > Thanks. However how do I then decrypt the file? I don't see > a decrypt > > command and am lost in the cryptological alphabet soup! > > > Replace 'enc' with 'dec' ? Nope. Add either "-e" or "-d". "enc" stays the same. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/