Understanding data encryption configuration
In this section, the data encryption configuration is provided to help you quickly understand the related functions. ShardingSphere-JDBC provides four configuration methods, and you can choose the appropriate one to access the system.
Java configuration items
This section gives you the configuration items related to encrypt rules that you can configure:
- The main class is
EncryptRuleConfiguration
:
- This is about
encrypt
column rule configuration. The main class isEncryptTableRuleConfiguration
:
- This is about
cipher
column rule configuration. The main class isEncryptColumnRuleConfiguration
:
- The
config
column – this table presents you with items to configure the encryption columns' names:
- The
encrypt
name – the following table provides...