Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EE9ED200BCC for ; Mon, 24 Oct 2016 17:06:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id ED2AF160B00; Mon, 24 Oct 2016 15:06:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 626B1160B69 for ; Mon, 24 Oct 2016 16:29:00 +0200 (CEST) Received: (qmail 77842 invoked by uid 500); 24 Oct 2016 14:28:58 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 77786 invoked by uid 99); 24 Oct 2016 14:28:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2016 14:28:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 983092C1F5A for ; Mon, 24 Oct 2016 14:28:58 +0000 (UTC) Date: Mon, 24 Oct 2016 14:28:58 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-16463) Improve transparent table/CF encryption with Commons Crypto MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 24 Oct 2016 15:06:50 -0000 [ https://issues.apache.org/jira/browse/HBASE-16463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-16463: ----------------------------------- Assignee: Dapeng Sun > Improve transparent table/CF encryption with Commons Crypto > ----------------------------------------------------------- > > Key: HBASE-16463 > URL: https://issues.apache.org/jira/browse/HBASE-16463 > Project: HBase > Issue Type: New Feature > Components: encryption > Affects Versions: 2.0.0 > Reporter: Dapeng Sun > Assignee: Dapeng Sun > Fix For: 2.0.0 > > Attachments: HBASE-16463.001.patch, HBASE-16463.002.patch, HBASE-16463.003.patch, HBASE-16463.004.patch, HBASE-16463.004.patch, HBASE-16463.005.patch > > > Apache Commons Crypto (https://commons.apache.org/proper/commons-crypto/index.html) is a cryptographic library optimized with AES-NI. > HBASE-7544 introduces a framework for transparent encryption feature for protecting HFile and WAL data at rest. Currently JCE cipher is used bu default, the improvement will use Commons Crypto to accelerate the transparent encryption of HBase. new crypto provider with Commons CRYPTO will be provided for Transparent encryption. -- This message was sent by Atlassian JIRA (v6.3.4#6332)