如何将 Cassandra 与 TDE(透明数据加密)一起使用 [英] How to use Cassandra with TDE (Transparent Data Encryption)

查看:16
本文介绍了如何将 Cassandra 与 TDE(透明数据加密)一起使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试弄清楚如何将 Cassandra 与 TDE(透明数据加密)结合使用,以及支持 DataStax 版本的 TDE.

I'm trying to figure out how to use Cassandra with TDE (Transparent Data Encryption) and in which DataStax edition TDE is supported.

我一直在阅读 DataStax 文档,据我所知,TDE 仅在 DataStax 企业版中受支持.这是正确的吗?

I've been going through DataStax documentation and from what I see, TDE is supported only in DataStax Enterprise Edition. Is this correct?

此外,TDE 包含在表/列级别并在创建新表时指定,而不是作为某些配置?

Also, TDE is included on table/column level and is specified when creating new tables, not as some configuration?

只是想证实我的假设.

提前致谢

推荐答案

您的假设是正确的.

仅 DataStax Enterprise(自 3.2 版起)支持透明数据加密.

创建/更改表时指定透明数据加密

ALTER TABLE users WITH compression = { 
  'sstable_compression' : 'Encryptor',
  'cipher_algorithm' : 'AES/ECB/PKCS5Padding',
  'secret_key_strength' : 128,
  'chunk_length_kb' : 1 
  };

http://docs.datastax.com/en/datastax_enterprise/4.7/datastax_enterprise/sec/secTDEtblcrypt.html 包含有关DSE 4.7 中的透明数据加密

这篇关于如何将 Cassandra 与 TDE(透明数据加密)一起使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆