repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pg_amcheck: Fix test failure on Windows with non-existing role
[pgsql.git]
/
contrib
/
pgcrypto
/
expected
/
pgp-encrypt-md5_1.out
blob
612ca1d19c4a43dde03f517724c509137e439343
1
--
2
-- PGP encrypt using MD5
3
--
4
select pgp_sym_decrypt(
5
pgp_sym_encrypt('Secret.', 'key', 's2k-digest-algo=md5'),
6
'key', 'expect-s2k-digest-algo=md5');
7
ERROR: Unsupported digest algorithm