GnuPG Gpg4win Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • RecentChanges
  • FindPage
  • HelpContents

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
Get the password from https://wiki.gnupg.org/UnlockRegistration

  • BestUxPractices

Suggestions for common UX practices

This page is intended for developers of MUA's or other OpenPGP GUI's to have a place to note down suggestions which could help with the overall OpenPGP User Experience.

Contents

  1. Suggestions for common UX practices
    1. OpenPGP
      1. MIME part names

OpenPGP

MIME part names

To best show users that do not have a PGP/MIME aware MUA what a Mail contains it is suggested that the header of an OpenPGP encrypted MIME part or of the signature has a file name.

  • openpgp-encrypted-message.asc: For encrypted messages e.g.:
Content-Type: application/octet-stream;
	name="openpgp-encrypted-message.asc"
Content-Disposition: inline;
	filename="openpgp-encrypted-message.asc"
Content-Transfer-Encoding: 7bit
  • openpgp-digital-signature.asc: For the signature e.g.:
Content-Type: application/pgp-signature;
	name="openpgp-digital-signature.asc"
Content-Transfer-Encoding: 7bit
  • This site is hosted by Intevation GmbH
  • |
  • Datenschutzerklärung und Impressum
  • |
  • Privacy Policy and Imprint