-- insane keys, part 1 select * from pgp_armor_headers(' -----BEGIN PGP MESSAGE-----
insane:key :
em9va2E=
=ZZZZ -----END PGP MESSAGE----- ');
-- insane keys, part 2 select * from pgp_armor_headers(' -----BEGIN PGP MESSAGE-----
insane:key : text value here
em9va2E=
=ZZZZ -----END PGP MESSAGE----- ');
-- long value select * from pgp_armor_headers(' -----BEGIN PGP MESSAGE----- long: this value is more than 76 characters long, but it should still parse correctly as that''s permitted by RFC 4880
em9va2E=
=ZZZZ -----END PGP MESSAGE----- ');
-- long value, split up select * from pgp_armor_headers(' -----BEGIN PGP MESSAGE----- long: this value is more than 76 characters long, but it should still long: parse correctly as that''s permitted by RFC 4880
em9va2E=
=ZZZZ -----END PGP MESSAGE----- ');
-- long value, split up, part 2 select * from pgp_armor_headers(' -----BEGIN PGP MESSAGE----- long: this value is more than long: 76 characters long, but it should still long: parse correctly as that''s permitted by RFC 4880
em9va2E=
=ZZZZ -----END PGP MESSAGE----- ');
-- long value, split up, part 3 select * from pgp_armor_headers(' -----BEGIN PGP MESSAGE-----
emptykey: long: this value is more than
emptykey: long: 76 characters long, but it should still
emptykey: long: parse correctly as that''s permitted by RFC 4880
emptykey:
em9va2E=
=ZZZZ -----END PGP MESSAGE----- ');
select * from pgp_armor_headers(' -----BEGIN PGP MESSAGE-----
Comment: dat1.blowfish.sha1.mdc.s2k3.z0
-- test header generation select armor('zooka', array['foo'], array['bar']); select armor('zooka', array['Version', 'Comment'], array['Created by pgcrypto', 'PostgreSQL, the world''s most advanced open source database']); select * from pgp_armor_headers(
armor('zooka', array['Version', 'Comment'],
array['Created by pgcrypto', 'PostgreSQL, the world''s most advanced open source database']));
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.