You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ShardingSphere to encrypt the fields of existing business data. Some old MySQL table fields are in plaintext, and I want to add a new column for storing the ciphertext. According to the official documentation of version 5.5.0, I could not find instructions on how to configure it so that while writing to the plaintext field, the ciphertext can also be written into the newly added column. The official documentation only mentions the following configurations:
cipher, assistedQuery, likeQuery. These only ensure that new business can directly adopt encrypted storage methods for data. What should I do for existing business?
The text was updated successfully, but these errors were encountered:
I am using ShardingSphere to encrypt the fields of existing business data. Some old MySQL table fields are in plaintext, and I want to add a new column for storing the ciphertext. According to the official documentation of version 5.5.0, I could not find instructions on how to configure it so that while writing to the plaintext field, the ciphertext can also be written into the newly added column. The official documentation only mentions the following configurations: cipher, assistedQuery, likeQuery. These only ensure that new business can directly adopt encrypted storage methods for data. What should I do for existing business?
ShardingSphere only provides encryption functions. Regarding how to smoothly luanch old systems online, SphereEx's commercial products provide corresponding capabilities. https://www.sphere-ex.cn/comparison/
Question
I am using ShardingSphere to encrypt the fields of existing business data. Some old MySQL table fields are in plaintext, and I want to add a new column for storing the ciphertext. According to the official documentation of version 5.5.0, I could not find instructions on how to configure it so that while writing to the plaintext field, the ciphertext can also be written into the newly added column. The official documentation only mentions the following configurations:
cipher, assistedQuery, likeQuery. These only ensure that new business can directly adopt encrypted storage methods for data. What should I do for existing business?
The text was updated successfully, but these errors were encountered: