解密
SELECT decrypt('aes-128-ecb',unhex('5C4029C7B05E26C156465165446451651635516991'),'1234567887456321') AS ciphertext;
加密
SELECT hex(encrypt('aes-128-ecb','000000000000000000','zxsqpt2022wfswjw')) AS ciphertext;
解密
SELECT decrypt('aes-128-ecb',unhex('5C4029C7B05E26C156465165446451651635516991'),'1234567887456321') AS ciphertext;
加密
SELECT hex(encrypt('aes-128-ecb','000000000000000000','zxsqpt2022wfswjw')) AS ciphertext;