From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from internal-relay.indiana.edu (hartman.uits.indiana.edu [129.79.1.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Thu, 14 Oct 2010 21:35:40 +0200 (CEST) Received: from mail-relay.iu.edu (candy.uits.indiana.edu [129.79.1.201]) by internal-relay.indiana.edu (8.14.4/8.14.4/IU Messaging Team) with ESMTP id o9EJZdEM017386 for ; Thu, 14 Oct 2010 15:35:39 -0400 Received: from [156.56.29.215] (156-56-29-215.dhcp-bl.indiana.edu [156.56.29.215]) (authenticated bits=0) by mail-relay.iu.edu (8.14.4/8.14.4/IU Messaging Team Submission) with ESMTP id o9EJZcOe032319 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Thu, 14 Oct 2010 15:35:39 -0400 Message-ID: <4CB75B8A.50500@indiana.edu> Date: Thu, 14 Oct 2010 15:35:38 -0400 From: Ali Khalfan MIME-Version: 1.0 References: <4CB74085.4040101@indiana.edu> <4CB757A8.6040109@redhat.com> In-Reply-To: <4CB757A8.6040109@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] dm-crypt on Android (SD card and h/d) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de Guess I'm wondering if there was an attempt to setup a partition that was fully encrypted and a boot partition that is not, where the user can enter a passphrase, eh....guess i'm a year late: http://androidvoid.wordpress.com/2009/09/30/android-encryption-using-cryptsetup-and-luks/ Should be interesting to see this implemented commercially though -------- Original Message -------- Subject: Re: [dm-crypt] dm-crypt on Android (SD card and h/d) From: Milan Broz To: Ali Khalfan CC: dm-crypt@saout.de Date: Thu 14 Oct 2010 03:19:04 PM EST > On 10/14/2010 07:40 PM, Ali Khalfan wrote: >> Does anybody know about any serious consideration of implementing >> LUKS+dm-crypt on the Android operating system. Reading, the specs of >> Android, would seem to indicate that this is a very feasible option. > AFAIK Android is already using dmcrypt. > (It's based on Linux kernel so what you want to port? It's already there:) > > Milan