From owner-freebsd-questions@FreeBSD.ORG Thu Sep 4 14:19:06 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B337F85 for ; Thu, 4 Sep 2014 14:19:06 +0000 (UTC) Received: from mail.ssimicro.com (mail.ssimicro.com [64.247.129.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.ssimicro.com", Issuer "RapidSSL CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CEDAE1DD9 for ; Thu, 4 Sep 2014 14:19:05 +0000 (UTC) Received: from eriks.ssimicro.com (eriks.ssimicro.com [96.46.34.205]) (authenticated bits=0) by mail.ssimicro.com (8.14.7/8.14.7) with ESMTP id s84E0rJ8060650 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Thu, 4 Sep 2014 08:00:54 -0600 (MDT) Message-ID: <54087095.2090802@ssimicro.com> Date: Thu, 04 Sep 2014 10:00:53 -0400 From: Erik Sejr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-questions Subject: Re: encrypting usb stick References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 14:19:06 -0000 On 04/09/14 09:05, Luca Ferrari wrote: > Hi all, > what you would suggest for encrypting a partition of an USB stick so > that it can be mounted read-write by both FreeBSD and Linux? > So far truecrypt did the job, but I'm looking for something else since > the development ended this year. > > Thanks, > Luca Veracrypt https://veracrypt.codeplex.com/ picked up where Truecrypt left off in a lot of ways. It has Windows/Linux/MacOS versions, but I don't know about FreeBSD. Regards, Erik