From owner-freebsd-questions@FreeBSD.ORG Thu Sep 4 13:05:17 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4E0E67E for ; Thu, 4 Sep 2014 13:05:17 +0000 (UTC) Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com [IPv6:2a00:1450:400c:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 637451423 for ; Thu, 4 Sep 2014 13:05:17 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id q59so10265575wes.3 for ; Thu, 04 Sep 2014 06:05:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=NyFZEG82wfktDlU2oxpTnosUwqp0d8dy07i1sSvuRzw=; b=AksMFyF/MnhHfkW049WdlSBNTPbPm0Vmm79MxFdQSIT5D4WMEuim+74MQfTGqi99uC gouvjbHdhokXVQWAPnb9HLGn6WQbJALCu9K2e0lmai2kueNpZpDreHyEo/Ut5Z6Y7L+U mgmUP87XcLPyU6UoGzCou7LuNaR//+WaLCylmzdbL+WbbCOaEf87oDylzh6X3p2tcMXJ IgTSXSiRj0Z2cMFgYdhT2NY9lgZGJUpPEJvVhPMFSwxr4m5fd5+DbszSQvkz6DnBugX4 SdURf8T9+pmIXZA4UbzzH+0s8+DmVf6UDV+kdyAaZM0EHjvUMjUInR6BexgAmXvY/wuJ bq+A== MIME-Version: 1.0 X-Received: by 10.180.75.144 with SMTP id c16mr5697351wiw.9.1409835915694; Thu, 04 Sep 2014 06:05:15 -0700 (PDT) Sender: fluca1978@gmail.com Received: by 10.194.187.18 with HTTP; Thu, 4 Sep 2014 06:05:15 -0700 (PDT) Date: Thu, 4 Sep 2014 15:05:15 +0200 X-Google-Sender-Auth: rnXnQO9U5ZQS01zHWUbKLLDY5WY Message-ID: Subject: encrypting usb stick From: Luca Ferrari To: freebsd-questions Content-Type: text/plain; charset=UTF-8 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 13:05:17 -0000 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