mirror of
https://github.com/postgres/postgres.git
synced 2026-03-16 23:52:13 -04: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');
|