From owner-freebsd-questions@FreeBSD.ORG Tue Feb 6 19:05:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 14EBA16A401 for ; Tue, 6 Feb 2007 19:05:04 +0000 (UTC) (envelope-from dghatikachalam@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 6C66013C4B2 for ; Tue, 6 Feb 2007 19:05:03 +0000 (UTC) (envelope-from dghatikachalam@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1611983uge for ; Tue, 06 Feb 2007 11:05:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ZeQMTi5CqLcR1PNjiJYEMtT4EZVHvWkU/qLgdSBOprAGXVPd5JfDFInOvJHvhF+Foa5lH/6fKg+jMPTMSCD8fT87jHtshKajV0coRenxtdSo71Bn4Oq1MntNIyF/yoTKBjRYzh9uIhV7mcWlv1suL7oDtb7WCal/b3U0Shgix34= Received: by 10.78.180.18 with SMTP id c18mr491975huf.1170788702839; Tue, 06 Feb 2007 11:05:02 -0800 (PST) Received: by 10.78.188.15 with HTTP; Tue, 6 Feb 2007 11:05:02 -0800 (PST) Message-ID: Date: Tue, 6 Feb 2007 14:05:02 -0500 From: "Dak Ghatikachalam" To: "Robert Huff" In-Reply-To: <17864.32347.825495.720462@jerusalem.litteratus.org> MIME-Version: 1.0 References: <20070206064632.GA2031@slackbox.xs4all.nl> <17864.32347.825495.720462@jerusalem.litteratus.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions Subject: Re: Question:encryption tool X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 19:05:05 -0000 On 2/6/07, Robert Huff wrote: > > Roland Smith writes: > > > > I am looking for any suggestion on using the right tool that > > > I can use to perform the encryption/decryption for flat files. > > > > You can encrypt files with AES using ccrypt. > > http://ccrypt.sourceforge.net/ > > Both ccrypt and ncrypt are available as ports. > > > Thanks a lot for all the response, I have gone with openssl as posted by Mike T, which was already there in all our environment OS installed and ready to be used. I am going to review these packages again.