Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shadringsphere 5.5.0 Encryption of Existing Business Data #32980

Closed
lchpersonal opened this issue Sep 24, 2024 · 2 comments
Closed

Shadringsphere 5.5.0 Encryption of Existing Business Data #32980

lchpersonal opened this issue Sep 24, 2024 · 2 comments

Comments

@lchpersonal
Copy link

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?

@thicv
Copy link

thicv commented Sep 24, 2024

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?

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/

Copy link

github-actions bot commented Oct 1, 2024

There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants