Javascript PGP/GPG packet decoder

© 2011 Herbert Hanewinkel

PGP packets are internally structured by tags. This decoder lists the tags and it's contents.


To decrypt a PGP message encrypted by an RSA key:

  1. Insert the exported private key block.
  2. Press Decode/Decrypt to decrypt the private key. If the key is encrypted a Password is required.
  3. If the key was successfully decrypted, replace the displayed result by an encryted message.
  4. Press Decode/Decrypt to decrypt the message block.

Insert an ASCII armored PGP block:
This took seconds