pgp 1.1 KB

123456789101112131415161718192021222324252627
  1. #------------------------------------------------------------------------------
  2. # $File: pgp,v 1.9 2009/09/19 16:28:11 christos Exp $
  3. # pgp: file(1) magic for Pretty Good Privacy
  4. # see http://lists.gnupg.org/pipermail/gnupg-devel/1999-September/016052.html
  5. #
  6. 0 beshort 0x9900 PGP key public ring
  7. !:mime application/x-pgp-keyring
  8. 0 beshort 0x9501 PGP key security ring
  9. !:mime application/x-pgp-keyring
  10. 0 beshort 0x9500 PGP key security ring
  11. !:mime application/x-pgp-keyring
  12. 0 beshort 0xa600 PGP encrypted data
  13. #!:mime application/pgp-encrypted
  14. #0 string -----BEGIN\040PGP text/PGP armored data
  15. !:mime text/PGP # encoding: armored data
  16. #>15 string PUBLIC\040KEY\040BLOCK- public key block
  17. #>15 string MESSAGE- message
  18. #>15 string SIGNED\040MESSAGE- signed message
  19. #>15 string PGP\040SIGNATURE- signature
  20. 2 string ---BEGIN\ PGP\ PUBLIC\ KEY\ BLOCK- PGP public key block
  21. !:mime application/pgp-keys
  22. 0 string -----BEGIN\040PGP\40MESSAGE- PGP message
  23. !:mime application/pgp
  24. 0 string -----BEGIN\040PGP\40SIGNATURE- PGP signature
  25. !:mime application/pgp-signature