xref: /openbsd-src/usr.bin/file/magdir/pgp (revision 0ee74395949c27152548431c5cb896cb486a0866)
1*0ee74395Schl#	$OpenBSD: pgp,v 1.5 2009/04/24 18:54:34 chl Exp $
2df930be7Sderaadt
3df930be7Sderaadt#------------------------------------------------------------------------------
4df930be7Sderaadt# pgp:  file(1) magic for Pretty Good Privacy
5*0ee74395Schl# see http://lists.gnupg.org/pipermail/gnupg-devel/1999-September/016052.html
6df930be7Sderaadt#
7e2a32a0eSderaadt0       beshort         0x9900                  PGP key public ring
8*0ee74395Schl!:mime	application/x-pgp-keyring
9e2a32a0eSderaadt0       beshort         0x9501                  PGP key security ring
10*0ee74395Schl!:mime	application/x-pgp-keyring
11e2a32a0eSderaadt0       beshort         0x9500                  PGP key security ring
12*0ee74395Schl!:mime	application/x-pgp-keyring
13ab0f8c09Smillert0	beshort		0xa600			PGP encrypted data
14*0ee74395Schl#!:mime	application/pgp-encrypted
15*0ee74395Schl#0	string		-----BEGIN\040PGP	text/PGP armored data
16*0ee74395Schl!:mime	text/PGP # encoding: armored data
17*0ee74395Schl#>15	string	PUBLIC\040KEY\040BLOCK-	public key block
18*0ee74395Schl#>15	string	MESSAGE-		message
19*0ee74395Schl#>15	string	SIGNED\040MESSAGE-	signed message
20*0ee74395Schl#>15	string	PGP\040SIGNATURE-	signature
21*0ee74395Schl
22*0ee74395Schl2	string	---BEGIN\ PGP\ PUBLIC\ KEY\ BLOCK-	PGP public key block
23*0ee74395Schl!:mime	application/pgp-keys
24*0ee74395Schl0	string	-----BEGIN\040PGP\40MESSAGE-		PGP message
25*0ee74395Schl!:mime	application/pgp
26*0ee74395Schl0	string	-----BEGIN\040PGP\40SIGNATURE-		PGP signature
27*0ee74395Schl!:mime	application/pgp-signature
28