mirror of
https://github.com/postgres/postgres.git
synced 2026-02-14 00:03:18 -05:00
8 lines
154 B
MySQL
8 lines
154 B
MySQL
|
|
--
|
||
|
|
-- PGP encrypt using MD5
|
||
|
|
--
|
||
|
|
|
||
|
|
select pgp_sym_decrypt(
|
||
|
|
pgp_sym_encrypt('Secret.', 'key', 's2k-digest-algo=md5'),
|
||
|
|
'key', 'expect-s2k-digest-algo=md5');
|