how can i use aes-256 encrypt in postgrepsql?

前端 未结 0 769
孤城傲影
孤城傲影 2020-12-11 10:38

i test in postgresql with this script:

select encode(encrypt(\'123456\',\'aa\',\'aes\'),\'BASE64\');

but i konw this is encrypt in aes 128

how can i use

相关标签:
回答
  • 消灭零回复
提交回复
热议问题