You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeff Liu (JIRA)" <ji...@apache.org> on 2016/02/06 00:09:40 UTC

[jira] [Commented] (CASSANDRA-9945) Add transparent data encryption core classes

    [ https://issues.apache.org/jira/browse/CASSANDRA-9945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15135221#comment-15135221 ] 

Jeff Liu commented on CASSANDRA-9945:
-------------------------------------

With this ticket resolved, does it mean we can do transparent data encryption in 3.2 as what we can do with datastax enterprise version? More specifically, can I run the following command to encrypt data?

ALTER TABLE dept
WITH compression_parameters:sstable_compression = 'Encryptor'
AND compression_parameters:cipher_algorithm = 'AES/ECB/PKCS5Padding'
AND compression_parameters:secret_key_strength = 128; 


Thanks,
Jeff

> Add transparent data encryption core classes
> --------------------------------------------
>
>                 Key: CASSANDRA-9945
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9945
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jason Brown
>            Assignee: Jason Brown
>              Labels: encryption
>             Fix For: 3.2
>
>
> This patch will add the core infrastructure classes necessary for transparent data encryption (file-level encryption), as required for CASSANDRA-6018 and CASSANDRA-9633.  The phrase "transparent data encryption", while not the most aesthetically pleasing, seems to be used throughout the database industry (Oracle, SQLQServer, Datastax Enterprise) to describe file level encryption, so we'll go with that, as well. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)