open-keychain/graphics/drawables/originals/modernpgp-icons
..
encryption
keys
signatures
README.md

Icons

A collection of icons representing PGP's implementation in graphical interfaces. Icons are grouped together according to Encryption, Key, and Signature.

Projects

  • Mailpile - A fast modern webmail client for Mac, Linux, and Windows
  • OpenKeychain - An Android app for managing PGP keys
  • GPGTools - A well designed GUI interface for managing PGP keys on Mac OS

Encryption

Open Lock

The open lock icon SHOULD be used to represent a message or data that is going to be sent "unencrypted"

Unncrypted Icon

Closed Lock

The closed lock icon is used to represent data that WAS encrypted but HAS BEEN successfully decrypted or used for outgoing message or data that WILL BE encrypted.

Encrypted Icon

Error Lock

The error lock icon represents data that IS encrypted and COULD NOT be decrypted.

Error Icon

Keys

Fingerprint

Use this icon to represent fingrprint of a PGP key

Fingerprint Icon

Key

Use this icon to represent a PGP key or Key ID

Key Icon

Signatures

Here are the signature state names + description that Mailpile is currently using.

Invalid

The signature was invalid or bad

Invalid Signature Icon

Revoked

Watch out, the signature was made with a key that has been revoked- this is not a good thing

Revoked Signature Icon

Expired

The signature was made with an expired key

Expired Signature Icon

Unknown

The signature was made with an unknown key, so we can not verify it

Unknown Signature Icon

Unverified

The signature was good but it came from a key that is not verified yet

Unverified Signature Icon

Verified

The signature was good and came from a verified key, w00t!

Verified Signature Icon

Error & None

The "error" state exists when there was a weird programatic error trying to analyze this signature. The "none" state is what some API's return when there is no signature of a message. There is no icons for either of these states.