Kleopatra Encryption

There are several places where someone finds information about how to trouble shoot a crypto application problem.

Kleopatra Encryption

TODO: link to the sections in the gpg4win compendium and other documentation.

Jan 22, 2021 Kleopatra is a message encryption utility that’s part of a large package. This pack is called Gpg4win. Download the package from the official webpage and follow the onscreen instruction to complete the installation process. Begin Message Encryption Process. In the Text editor, Type you message and copy it. In the taskbar, right click on Kleopatra Clipboard - Encrypt the message. Now click ‘Add Recipient‘. On the ‘Other Certificates’ tab, Select who you want to send the message to, then click ‘OK’.

For problems with adele see EmailExercisesRobot.

Contents

  1. Decryption Failure with Gpg4win-3.1.2 or later
  2. Hints / Tips
    1. Command line operations

General

  1. If the problem is with GpgOL, try the operation with GpgEX or Kleopatra, to exclude Outlook's influence. Note that if GpgEX/Kleopatra works, you have a fallback solution to just work via files and send them by attachment, so can can still use crypto, but with less comfort.
  2. If GUI frontend applications fail, try to do the operations on the command line. This way you can often exclude that the problem is within the frontend. And you sometimes get additional helpful messages.
  3. Look at or activate and look at additional diagnostic output. (http://gpg4win.de/doc/en/gpg4win-compendium_29.html, TODO link or refer to specific section in the official docs.) There are many ways where additional output can be found or enabled.
  4. Try to reproduce, sometimes a different installation or a different computer gives you an idea about the difference between a running and a problem case.
  5. Precisely check the version numbers of components.
  6. Check general operating or usage issues. Things like a full harddrive or wrong filesystem permissions.
  7. Gpg4win/RunAsUser, not as administrator.

Decryption Failure with Gpg4win-3.1.2 or later

Starting with Gpg4win-3.1.2 the MDC message integrity mechanism, which has been well established for over 15 years, is now enforced by GnuPG. The reason for this was the public attention to attacks possible against messages without MDC with the publication of 'EFail'.

Since Gpg4win-3.1.3 Kleopatra offers to decrypt such messages anyway if they were done using an old encryption algorithm. In that case you only need to click on the decrypt anyway button. For messages that were encrypted using modern algorithms but still don't use MDC there is a hard failure that will be shown in diagnostics. Such new algo, no MDC, messages are supposed to be rare and might be an indication of broken / insecure software or configuration.

You can fix the error by re-encrypting it. Afterwards it can be used as usual in Kleopatra and will be integrity protected.

To decrypt it, even without an MDC, open the command line (see below for additional hints) and decrypt your file like:

Additionally to decrypting this will list the keyids of the recipients of that message, which you can then use in the command to re-encrypt the message.

Alternatively only using Kleopatra you can also decrypt it with Gpg4win-3.1.1 and then encrypt it again after your key has been updated to ensure MDC is used (see below)

Update key to ensure MDC is used even by older versions

  • In Kleopatra double click your key to open the details window.
  • Open the edit expiry dialog (the pen button next to the expiry date).
  • Close the dialog with OK (you don't need to change the actual expiry date).

Windows > 8 and Server 2012 Task Scheduler Problems

GnuPG uses (as suggested by Microsoft and usual) %APPDATA%gnupg to store data on Windows. When launched from the Task Scheduler %APPDATA% is not always set to the correct users directory. (If you launch it with system privileges it is another place altogether). GnuPG as a result is unable to find the Keys or configuration in the directory Windows provides.

This is a known Windows bug. See the Knowledge Base article Or This technet discussion

Instead of the Workaround mentioned in the knowledge base article GnuPG provides you with the option to set the Home directory as part of the command. (--homedir) Which makes it easy to workaround that bug.

For example:

Would ignore the broken value of %APPDATA% and use the keys stored in c:UsersaheineckeAppDataRoaminggnupg instead. Make sure access rights are set accordingly of course so that this works with the user the Scheduled task runs under.

GpgOL won't load in Outlook

  • First check that it is enabled under File->Options->Add-Ins Com-Add-Ins.
  • Second check that it is correctly installed: There should be a gpgol.dll under c:Program FilesGpg4winbingpgol.dll or for 64bit Outlook c:Program Files (x86)bin_64gpgol.dll there is a known issue (as of 3.1.7) that if Outlook is running while Gpg4win is updated and you install Gpg4win multiple times without restarting that the dll is not correctly installed.

If it is correctly installed and enabled:

Check in the Windows Registry that

Kleopatra Encryption Download Windows 10

is set to 3.

In the following Registry Keys replace <VERSION> with your Outlook Version. The <VERSION> values are:

  • Outlook 2010: 14.0
  • Outlook 2013: 15.0
  • Outlook 2016: 16.0
Kleopatra

Additionally, if they exist, delete all REG_BINARY Entries under:

and

Finally create the Registry Key:

And add a REG_DWORD entry with name GNU.GpgOL and value 1.

You can also enable logging even if Outlook does not start by launching c:Program FilesGpg4winbingpgolconfig.exe directly. This gives you the config dialog of Gpg4win with the usual debugging options.

GpgOL does not work

Check if you have one of the known incompatible Addons.

Hints / Tips

Checking the package integrity

If the downloaded package seems to be broken, please check the integrity of the downloaded package, by validating the checksum. You find a List of the checksums and a guide for *Nix systems here. If you have a Windows System, open the terminal and compare the output of

'certutil -hashfile FileToHash.exe sha1'

to the ones on the site. Older Windows systems have to download a Windows Patch which provides this functionality.

Command line operations

The manual of the GnuPG (crypto engine) will describe the command line usage in detail, but for testing we give some simple commands here.

First you need to open the 'cmd.exe' command line application in windows. Then you can type commands at the prompt. For good results, create a new directory and change into it with cd and create or copy a testfile you can operate on for, example hello.txt.

An example to use your own key to sign something with CMS with double verbose output:

Kleopatra Encryption software, free download

An example to decrypt something with OpenPGP, no extra output

and now with full diagnostic output (be careful when sharing with others, this may contain sensitive information), usually you start with no diagnostic output, then add '-v's and additional '--debug' options. (With gpg --debug help showing available choices to give after --debug.)

Passphrase on the command line

The private key, which is protected by a passphrase, is handled by gpg-agent. This means that with GnuPG 2.1 adding --passphrase on the command line will no longer work out of the box. If you really don't want a passphrase (you have it in a script or the command line history anyway) It is suggested to remove the passphrase from that key. Other options are:

  • Increase the cache timeout (e.g. put 'default-cache-ttl 3600' into gpg-agent.conf
  • gpg-preset-passphrase /! Pay attention to the necessary gpg-agent config and how to find out about the keygrip.
  • Use the loopback feature to let the agent ask the invoking program for the passphrase instead of pinentry by adding '--pinentry-mode loopback' to the gpg invocation.

e.g.:

Enable GpgOL debugging

GpgOL can log what it does internally. You might be asked for such a debug log to analyze a problem.

To enable it:

  • Close Outlook
  • Open regedit.exe and
  • set HKEY_CURRENT_USERSoftwareGNUGpgOLenableDebug to either 1 or 1922
  • set HKEY_CURRENT_USERSoftwareGNUGpgOLlogFile to some writeable file (e.g. c:users<youruser>gpgol.txt )
  • Open Outlook again and reproduce the problem, close it and you have a debug log..

The value of enableDebug -> If set to 1 it logs less and should not leak any private data except Mail Addresses. If set to 1922 the log will contain the plaintext of decrypted messages, so only use that if you have a test mail or some unconfidential mail.

Manually update GpgOL to a beta

Sometimes after reporting an issue on https://dev.gnupg.org you might be asked to install an updated GpgOL binary which contains a fix that should be tested, as it is sometimes impossible for the developers to reproduce the exact conditions for a problem.

The binaries can be found as HTTPS secured download under: https://files.gpg4win.org/Beta/gpgol/

Look for the directory of the version you want to use and open it. In there you find the corresponding source code and two binaries.
The gpgol.dll in the top level binary is the 32 Bit version of GpgOL.
The gpgol.dll in the x64 sub directory is the 64 Bit version of GpgOL.

Which version you need depends on your Outlook Version. You can find out if you have a 32bit or 64bit outlook by looking at
File -> Office Account -> Info about Microsoft Outlook.
64 Bit versions have it noted at the top of the info window.

Once you have downloaded the correct version you need to *shutdown Outlook* and replace the gpgol.dll in the installation directory of Gpg4win. For the 64 bit version the gpgol.dll must be placed in the bin_64 subfolder.

The default paths are:
c:Program Files (x86)Gpg4winbingpgol.dll for 32 bit.
c:Program Files (x86)Gpg4winbin_64gpgol.dll for 64 bit.

General warning: Beta versions are naturally less tested, than stable released versions. They still may have critical defects. On the other hand, they may also have important defects fixed. Depending on the need of your security level, you should estimate if it is okay to use a beta version for your production environment with real keys. Rule of thumb, unless noted otherwise, we believe that it is okay to use a beta version in production settings for normal security requirements and as a precaution do should use it in high security environments or with highly sensitive key-material.

Antivirus reports on Gpg4win

See Gpg4win/AntiVirusSoftware

Disable Gpg4win update check and notification

To disable and hide the update check and notification of Gpg4win create a new file in the Gpg4win Installation directory in the subfolder 'share'. The file needs to have the name 'kleopatrarc' and no file extension.

Kleopatra Encryption Command Line

e.g.: c:program filesgpg4winsharekleopatrarc

The contents of the file should be:

Restoring corrupted Archives created by Kleopatra

Kleopatra before Version 3.1.6 had an issue that might have caused the creation of corrupted archives. T4332 If you are affected get errors when extracting such an archive the good news are: The data can be restored with some effort because there were only 'bad blocks' added and no data removed.

To repair such an Archive:

Kleopatra encryption software download
  • Open it with a hex editor
  • Search for blocks of 512 bytes or larger multiples of 512 which are all zero.
  • Remove these blocks
  • Try to extract again or use gpgtar --skip-crypto -t 'damaged-archive.tar'

If you are in luck and your data does not naturally contain blocks of 512 zeros this should do the trick. If your data can contain blocks of 512 zeros naturally, e.g. pdfs. It gets more complicated. In that case your best bet is to look for 'candidate blocks' remove them. Run gpgtar and check if the errors changed.

Kleopatra Encryption Software For Windows 10

If you need assistance with that you can ask on one of the channels under: https://www.gpg4win.org/community.html