You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/09/09 01:34:35 UTC

[GitHub] [incubator-shardingsphere] skyoxZ opened a new issue #3003: Detail implementation of AES Data Masking is not documented.

skyoxZ opened a new issue #3003: Detail implementation of AES Data Masking is not documented.
URL: https://github.com/apache/incubator-shardingsphere/issues/3003
 
 
   After some research I find the AES masking algorithm (MySQL):
   `UPDATE _table_ SET _cipherColumn_ = to_base64(aes_encrypt(_plainColumn_, unhex(left(sha('_key_'), 32))))`
   
   It would be great if it is brought in document.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services