happyycm opened a new issue, #37411:
URL: https://github.com/apache/shardingsphere/issues/37411
I want to use ShardingSphere Proxy to encrypt sensitive data fields in the
database. Currently, there is already a lot of plaintext sensitive data stored
in the database. If I use MySQL's built-in method
TO_BASE64(AES_ENCRYPT('sensitive data', '12345678')) to encrypt the data, how
can I configure ShardingSphere Proxy's encryption and decryption rules to adapt
to this MySQL encryption algorithm so that the data can be decrypted properly?
Alternatively, are there any other more elegant methods?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]