VeloDB Cloud
SQL Manual
Functions
encrypt-digest-functions
SM3

SM3

Description

This function calculates the SM3 256-bit value for a string.

Syntax:

SM3(str)

Example

MySQL > select sm3("abcd");
+------------------------------------------------------------------+
| sm3('abcd')                                                      |
+------------------------------------------------------------------+
| 82ec580fe6d36ae4f81cae3c73f4a5b3b5a09c943172dc9053c69fd8e18dca1e |
+------------------------------------------------------------------+
1 row in set (0.009 sec)

Keywords

SM3