You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/10/12 04:40:02 UTC

[GitHub] [doris] biohazard4321 commented on issue #13221: [Bug] SM4 encryption function encryption result error

biohazard4321 commented on issue #13221:
URL: https://github.com/apache/doris/issues/13221#issuecomment-1275578824

   Use unhex to wrap the key like 
          select to_base64(sm4_encrypt('text', unhex('F3229A0B371ED2D9441B830D21A390C3')));
   then you will get the right result.


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org