From owner-freebsd-questions@FreeBSD.ORG Sat Mar 28 23:54:20 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B867D74D for ; Sat, 28 Mar 2015 23:54:20 +0000 (UTC) Received: from new2-smtp.messagingengine.com (new2-smtp.messagingengine.com [66.111.4.224]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82436D57 for ; Sat, 28 Mar 2015 23:54:19 +0000 (UTC) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailnew.nyi.internal (Postfix) with ESMTP id E752B520 for ; Sat, 28 Mar 2015 19:54:14 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute2.internal (MEProxy); Sat, 28 Mar 2015 19:54:17 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=stevenpeguero.com; h=content-transfer-encoding:content-type:date:from:message-id :mime-version:reply-to:subject:to:x-sasl-enc:x-sasl-enc; s= mesmtp; bh=nKwheW6/YfBgJMpG1d7ZFyKYfEs=; b=kmAYuc7Ndi+O8L03SQ2iq d9w4MEzgUp4NnqpzUf1HlYu/45xmG+2uPJ43+VtVgzBhVAZqosWh1HDjfxZlQFn/ 5ZY1kYlODDpnkwsikkEV8ifw4yQkViIGUWFbC3FeCiEWwBKFurWNMy651mOsUxeT OQVbSZO829N7HDga5OP8r0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:reply-to:subject:to :x-sasl-enc:x-sasl-enc; s=smtpout; bh=nKwheW6/YfBgJMpG1d7ZFyKYfE s=; b=DizAHBHA2/Xk0xBm+XISgfLKSRV/SYCWL5+vSeg0JNEDJfyPe5ITbuotUe FPORmKMjnTXUalIqij4/7HRXQa1znbl9xE0W8tSoLhbaVVjErw2NLqpT4L26S6af fP+ucBxPSDsmO+3+2QAQp7iz4cTdrMd3tbCgqqXJqcvKNeqW0= X-Sasl-enc: OHZCYivktjYRXauIT5/2WVeqchFWNsRmX+YmBKmBtyqp 1427586857 Received: from sidekick.stvnwst.com (unknown [67.134.206.11]) by mail.messagingengine.com (Postfix) with ESMTPA id 892F5680204 for ; Sat, 28 Mar 2015 19:54:17 -0400 (EDT) Message-ID: <55173F0B.8000605@stevenpeguero.com> Date: Sat, 28 Mar 2015 19:53:47 -0400 From: Steven Peguero Reply-To: steven@stevenpeguero.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: ZFS Encryption Availability Content-Type: text/plain; charset=utf-8; format=flowed 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: Sat, 28 Mar 2015 23:54:20 -0000 Hello, In advance, I apologize for asking this particular question, as I'm coming from the Linux world, but I wanted to know if encryption is natively supported on FreeBSD for miscellaneous ZFS pools/datasets. If such functionality does exist, how exactly would I go about initially setting up encryption for a particular ZFS pool/dataset and manually decrypting it at boot using a passphrase? It seems as though this particular topic has not yet been mentioned in the official handbook, unfortunately. In advance, thank you for your response! Steven