xref: /openbsd-src/usr.bin/file/magdir/pgp (revision b2ea75c1b17e1a9a339660e7ed45cd24946b230e)
1
2#------------------------------------------------------------------------------
3# pgp:  file(1) magic for Pretty Good Privacy
4#
50       beshort         0x9900                  PGP key public ring
60       beshort         0x9501                  PGP key security ring
70       beshort         0x9500                  PGP key security ring
80	beshort		0xa600			PGP encrypted data
90       string          -----BEGIN\040PGP       PGP armored data
10>15     string          PUBLIC\040KEY\040BLOCK- public key block
11>15     string          MESSAGE-                message
12>15     string          SIGNED\040MESSAGE-      signed message
13>15     string          PGP\040SIGNATURE-       signature
14