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 696B4200B9F for ; Tue, 27 Sep 2016 08:18:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6813B160AE3; Tue, 27 Sep 2016 06:18:22 +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 CF6DA160ACA for ; Tue, 27 Sep 2016 08:18:21 +0200 (CEST) Received: (qmail 97206 invoked by uid 500); 27 Sep 2016 06:18:20 -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 97195 invoked by uid 99); 27 Sep 2016 06:18:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2016 06:18:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id ABB122C2A62 for ; Tue, 27 Sep 2016 06:18:20 +0000 (UTC) Date: Tue, 27 Sep 2016 06:18:20 +0000 (UTC) From: "Dapeng Sun (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: Tue, 27 Sep 2016 06:18:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dapeng Sun updated HBASE-16463: ------------------------------- Attachment: HBASE-16463.004.patch > 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 > Attachments: HBASE-16463.001.patch, HBASE-16463.002.patch, HBASE-16463.003.patch, HBASE-16463.004.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)