我試圖在卡桑德拉DSE 3.2.4無法做卡桑德拉TDE
下面的例子是試圖在表級別的數據進行加密:
create TABLE test2 (empname text primary key)
WITH compression =
{ 'sstable_compression’: 'Encryptor',
'cipher_algorithm' : 'AES/ECB/PKCS5Padding',
'secret_key_strength' : 128,
'chunk_length_kb' : 1 };
迴應:我一直得到錯誤「壞請求:無法創建類型爲 的壓縮org.apache.cassandra.io.compress.Encryptor「
如果您遇到任何此類問題,請提供幫助。
我提到以下鏈接:http://docs.datastax.com/en/datastax_enterprise/3.2/datastax_enterprise/sec/secTDEtblcrypt.html
感謝