【发布时间】:2021-10-25 12:28:30
【问题描述】:
当我在 Snowflake 上运行这个命令时,例如:
select encrypt_raw(to_binary(hex_encode('239.239.239.239')),
to_binary(hex_encode('1234567890123456')),
to_binary(hex_encode('123456789012'))
)
我得到这个结果:
{ "ciphertext": "83425786EAA26D2695C2229B640263", "iv": "313233343536373839303132", "tag": "F377ACE5BFA744D22599F9A1F274B840" }
这个结果中的加密值本身是什么?
【问题讨论】:
标签: snowflake-cloud-data-platform