Page MenuHome GnuPG
Feed Advanced Search

Mar 13 2024

ebo added a project to T4030: GpgEX: Use process calls instead of UIServer protocol: Restricted Project.
Mar 13 2024, 3:04 PM · Restricted Project, gpgex, gpg4win

Feb 21 2024

werner closed T6990: GpgEX translate in Italian language as Resolved.

Thanks for your work. I applied it to Gpgex.

Feb 21 2024, 3:27 PM · gpgex, i18n

Feb 14 2024

aheinecke claimed T6987: Improve Italian translate in Gpg4win.

Will do. Thank you very much.

Feb 14 2024, 10:36 AM · gpgex, i18n, gpg4win

Nov 3 2023

aheinecke moved T6331: Gpg4win: Replace GpgEX functionality through Windows registry from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 3 2023, 8:47 AM · gpgex, gpg4win, Restricted Project

Sep 27 2023

ebo added a comment to T6727: GpgEX: Unicode in file or foldername causes error.

Edit: The text below was wrong. The error given below only occurs when the combined path+filenmae is to long on windows.
An emoticon in a file below the folder to be encrypted does not hinder encryption via GpgEX.

Sep 27 2023, 11:08 AM · gpgex, Restricted Project

Sep 21 2023

aheinecke claimed T6727: GpgEX: Unicode in file or foldername causes error.

Not sure yes If I rather fix this or do: T6331

Sep 21 2023, 11:15 AM · gpgex, Restricted Project

Sep 20 2023

ebo renamed T6727: GpgEX: Unicode in file or foldername causes error from GpgEX: Unicode in file or foldername to GpgEX: Unicode in file or foldername causes error.
Sep 20 2023, 4:34 PM · gpgex, Restricted Project
ebo added projects to T6727: GpgEX: Unicode in file or foldername causes error: Restricted Project, gpgex.
Sep 20 2023, 2:56 PM · gpgex, Restricted Project

Jul 24 2023

ebo moved T5915: Allow Registry configuration of GpgEX from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 24 2023, 2:12 PM · Restricted Project, Feature Request, gpgex

Jan 10 2023

aheinecke added a comment to T6331: Gpg4win: Replace GpgEX functionality through Windows registry.

Note to self after spending some time searching again for the documentation I saw previously about this: https://learn.microsoft.com/en-us/windows/win32/shell/context-menu-handlers#suppressing-verbs-and-controlling-visibility

Jan 10 2023, 4:43 PM · gpgex, gpg4win, Restricted Project
aheinecke moved T6331: Gpg4win: Replace GpgEX functionality through Windows registry from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jan 10 2023, 1:08 PM · gpgex, gpg4win, Restricted Project

Jan 5 2023

aheinecke triaged T6331: Gpg4win: Replace GpgEX functionality through Windows registry as Normal priority.
Jan 5 2023, 11:26 AM · gpgex, gpg4win, Restricted Project

May 9 2022

aheinecke closed T5273: Release Gpg4win 4.x.x, a subtask of T5272: GpgEx: Incorrect spawn of UI Server can cause a c:\Program.exe to be executed, as Resolved.
May 9 2022, 9:29 AM · gpgex
aheinecke closed T5915: Allow Registry configuration of GpgEX as Resolved.
May 9 2022, 9:17 AM · Restricted Project, Feature Request, gpgex

Apr 21 2022

aheinecke closed T5272: GpgEx: Incorrect spawn of UI Server can cause a c:\Program.exe to be executed as Resolved.
Apr 21 2022, 9:58 AM · gpgex

Apr 1 2022

werner triaged T5915: Allow Registry configuration of GpgEX as Normal priority.
Apr 1 2022, 11:38 AM · Restricted Project, Feature Request, gpgex

Jan 22 2022

werner triaged T5492: Kleopatra does not report error when calculating checksums and checksum file can not be written as Normal priority.
Jan 22 2022, 6:18 PM · kleopatra, gpgex, Bug Report, gpg4win

Oct 10 2021

werner closed T5613: GpgEX does not use CSIDL_LOCAL_APPDATA as Resolved.

Fixed in gpgex 1.0.8

Oct 10 2021, 6:53 PM · Windows, kleopatra, gpgex

Sep 23 2021

ikloecker added a comment to T5613: GpgEX does not use CSIDL_LOCAL_APPDATA.

Patch has been applied to Kleopatra. See T5619: Kleopatra does not create the UI-Server socket in the socketdir.

Sep 23 2021, 10:18 AM · Windows, kleopatra, gpgex

Sep 22 2021

werner added a comment to T5613: GpgEX does not use CSIDL_LOCAL_APPDATA.

Okay.

Sep 22 2021, 4:59 PM · Windows, kleopatra, gpgex
ikloecker added a comment to T5613: GpgEX does not use CSIDL_LOCAL_APPDATA.

Alternative patch for Kleopatra:

diff --git a/src/uiserver/uiserver.cpp b/src/uiserver/uiserver.cpp
index d9746f0b..ab4d2ca7 100644
--- a/src/uiserver/uiserver.cpp
+++ b/src/uiserver/uiserver.cpp
@@ -23,6 +23,8 @@
 #include "kleopatra_debug.h"
 #include <KLocalizedString>
Sep 22 2021, 4:45 PM · Windows, kleopatra, gpgex
ikloecker added a comment to T5613: GpgEX does not use CSIDL_LOCAL_APPDATA.

Not from understanding. libkleo adds high-level functionality that's useful for KDE applications, but out-of-scope for gpgme and its C++/Qt wrappers gpgme++ and qgpgme. I would use GpgME::dirInfo() directly in Kleopatra. It would make sense to add an overload of GpgME::dirInfo() that takes an enum, so that one does not have to use the low-level string names in Kleopatra. The downside is that a string-based interface can be extended easily. OTOH, deprecating values of a string-based interface is hard and after removing it the compiler won't complain.

Sep 22 2021, 4:24 PM · Windows, kleopatra, gpgex
werner added a comment to T5613: GpgEX does not use CSIDL_LOCAL_APPDATA.

We want to deprecate the whole UI-Server thing and thus I considered it better to provide the generic socket dir instead of adding support in libkleo for the uiserver socket. For the time being, doing this in Kleopatra sounds better to me. From my understanding. libkleo shall be an interface to gpgme++, right?

Sep 22 2021, 4:10 PM · Windows, kleopatra, gpgex
ikloecker added a comment to T5613: GpgEX does not use CSIDL_LOCAL_APPDATA.

gpgme_get_dirinfo does already have support for "uiserver-socket" since about 7 years. I don't think a separate "socketdir" which requires a brand new gpgme makes much sense.

Sep 22 2021, 4:02 PM · Windows, kleopatra, gpgex
werner placed T5613: GpgEX does not use CSIDL_LOCAL_APPDATA up for grabs.
Sep 22 2021, 12:25 PM · Windows, kleopatra, gpgex
werner added a comment to T5613: GpgEX does not use CSIDL_LOCAL_APPDATA.

For Kleopatra this patch


should be sufficient. Take care this is fully untested and not very elegant.

Sep 22 2021, 12:24 PM · Windows, kleopatra, gpgex
werner added a comment to T5613: GpgEX does not use CSIDL_LOCAL_APPDATA.

It will be useful to have support in libkleo:

.

Sep 22 2021, 10:41 AM · Windows, kleopatra, gpgex

Sep 21 2021

werner triaged T5613: GpgEX does not use CSIDL_LOCAL_APPDATA as High priority.
Sep 21 2021, 4:16 PM · Windows, kleopatra, gpgex

Aug 13 2021

werner changed the edit policy for gpgex.
Aug 13 2021, 11:03 PM

Jan 28 2021

aheinecke added a subtask for T5272: GpgEx: Incorrect spawn of UI Server can cause a c:\Program.exe to be executed: T5273: Release Gpg4win 4.x.x.
Jan 28 2021, 10:39 AM · gpgex
aheinecke created T5272: GpgEx: Incorrect spawn of UI Server can cause a c:\Program.exe to be executed.
Jan 28 2021, 8:45 AM · gpgex

Aug 13 2020

Elme34 closed T4967: Right Click for encryption on file doesn't work as Resolved.
Aug 13 2020, 3:18 PM · gpgex, gpg4win, Bug Report
Elme34 added a comment to T4967: Right Click for encryption on file doesn't work .

Thanks a lot.

Aug 13 2020, 3:17 PM · gpgex, gpg4win, Bug Report

Aug 7 2020

GnuPGP_Sebastien added a comment to T4967: Right Click for encryption on file doesn't work .

Thanks Andre,

Aug 7 2020, 3:10 PM · gpgex, gpg4win, Bug Report

Aug 6 2020

aheinecke changed the status of T4967: Right Click for encryption on file doesn't work from Open to Testing.

We have released 3.1.12 which updated all the GUI libraries Kleopatra uses and I got some feedback in related issues like T4689 that this might have helped.

Aug 6 2020, 10:16 AM · gpgex, gpg4win, Bug Report

Jul 1 2020

aheinecke added a comment to T4967: Right Click for encryption on file doesn't work .

I think this might be the issue with High DPI support problems. T4819 which is not yet released.

Jul 1 2020, 5:14 PM · gpgex, gpg4win, Bug Report

Jun 29 2020

werner added projects to T4967: Right Click for encryption on file doesn't work : gpg4win, gpgex.
Jun 29 2020, 9:25 AM · gpgex, gpg4win, Bug Report

May 11 2020

zorvek added a comment to T4916: GpgEX: Windows 10 Right-Click Unencrypted Folder Handling.

I see no reason to not allow decryption of an entire folder recursively. The user knows what they are doing by right-clicking a folder instead of a file. You can show a progress dialog with a cancel button.

May 11 2020, 9:38 PM · gpgex, Windows

May 8 2020

aheinecke claimed T4916: GpgEX: Windows 10 Right-Click Unencrypted Folder Handling.

Right. GpgEX is in serious need of polishing. I'm not sure if I'm in favor of processing all files recursively. But then the decrypt option should not even be shown.

May 8 2020, 3:07 PM · gpgex, Windows
aheinecke renamed T4916: GpgEX: Windows 10 Right-Click Unencrypted Folder Handling from Windows 10 Right-Click Unencrypted Folder Handling to GpgEX: Windows 10 Right-Click Unencrypted Folder Handling.
May 8 2020, 3:03 PM · gpgex, Windows
aheinecke renamed T4916: GpgEX: Windows 10 Right-Click Unencrypted Folder Handling from Windows 10 Right-Click Folder Errors to Windows 10 Right-Click Unencrypted Folder Handling.
May 8 2020, 3:03 PM · gpgex, Windows

Apr 17 2020

zorvek added a comment to T4916: GpgEX: Windows 10 Right-Click Unencrypted Folder Handling.

3.1.11

Apr 17 2020, 9:10 PM · gpgex, Windows
werner added projects to T4916: GpgEX: Windows 10 Right-Click Unencrypted Folder Handling: Windows, gpgex.

Please let us know which version of Gpg4win you are using.

Apr 17 2020, 4:40 PM · gpgex, Windows

Nov 12 2019

aheinecke raised the priority of T4030: GpgEX: Use process calls instead of UIServer protocol from Wishlist to Normal.

This should be normal priority as we continue to receive bug reports about UIServer and the usage in GpgEX of the UIServer protocol keeps us from removing it in Kleopatra.

Nov 12 2019, 11:02 AM · Restricted Project, gpgex, gpg4win
aheinecke added a subtask for T4748: GpgEX: Allow updating through Gpg4win: T4746: Gpg4win: Silent updates.
Nov 12 2019, 10:19 AM · gpg4win, gpgex
aheinecke created T4748: GpgEX: Allow updating through Gpg4win.
Nov 12 2019, 10:19 AM · gpg4win, gpgex

Feb 27 2019

aheinecke claimed T4355: GpgEX/Verify: signature with non-standard file name causes misleading error message .

I'll try to reproduce it.

Feb 27 2019, 12:54 PM · gpgex, Bug Report

Jan 30 2019

werner added a project to T4355: GpgEX/Verify: signature with non-standard file name causes misleading error message : gpgex.
Jan 30 2019, 6:49 PM · gpgex, Bug Report

Jun 18 2018

aheinecke closed T3387: explorer context menu items do not start Kleopatra as Resolved.

We did not have more reports about this so I'm resolving it here.

Jun 18 2018, 4:41 PM · gpgex, gpg4win, Bug Report
aheinecke created T4030: GpgEX: Use process calls instead of UIServer protocol.
Jun 18 2018, 4:39 PM · Restricted Project, gpgex, gpg4win

Apr 3 2018

aheinecke created T3874: GpgEX: More icons for actions.
Apr 3 2018, 12:32 PM · gpgex

Mar 29 2018

aheinecke added a parent task for T3851: GpgEx: Icon has a white background in the context menu: T3742: Gpg4win 3.1.0.
Mar 29 2018, 2:34 PM · gpg4win, gpgex
aheinecke closed T3851: GpgEx: Icon has a white background in the context menu as Resolved.

fixed with rev. 4fbbd134b865b1203b1914eb1623fa65aab8cb75

Mar 29 2018, 2:34 PM · gpg4win, gpgex

Mar 21 2018

aheinecke created T3851: GpgEx: Icon has a white background in the context menu.
Mar 21 2018, 8:18 AM · gpg4win, gpgex

Jan 29 2018

al_b added a comment to T3761: Kleopatra: Crash After Verifying Detached Signature.

Confirming this bug in Gpg4win version 3.0.3 (previous version was OK).

Jan 29 2018, 8:31 PM · gpg4win, kleopatra, Bug Report
Jawsh created T3761: Kleopatra: Crash After Verifying Detached Signature.
Jan 29 2018, 11:09 AM · gpg4win, kleopatra, Bug Report

Nov 29 2017

Nillth added a comment to T3470: Issue with the Sign and Encrypt Explorer Context Menu option.

Sorry for the delay, been a busy busy couple of weeks..

Nov 29 2017, 3:03 AM · gpg4win, Windows, gpgex, Bug Report

Nov 28 2017

aheinecke closed T3470: Issue with the Sign and Encrypt Explorer Context Menu option as Resolved.

Setting this to resolved until we get reports to the contrary.

Nov 28 2017, 3:55 PM · gpg4win, Windows, gpgex, Bug Report
aheinecke closed T1643: gpgex context menu should allow symmetric encryption as Resolved.

As GpgEX only queries a UI Server (GPA or Kleopatra) this is a Kleopatra or GPA problem.
With Gpg4win-3.0 Kleopatra got the option "Encrypt with password" in the file encryption dialog, which does symmetric encryption. GPA does not offer this but as Kleopatra is our main UI for GpgEX I think this feature request is done.

Nov 28 2017, 3:49 PM · gpgex, Feature Request

Nov 27 2017

aheinecke triaged T3387: explorer context menu items do not start Kleopatra as Normal priority.

The only way I can think of that this fails if that there are some old files from a gpg4win installation that was not cleanly removed lying around and failing to start.

Nov 27 2017, 1:35 PM · gpgex, gpg4win, Bug Report

Nov 21 2017

JochenSaalfeld closed T2873: GpgEX crashes attempting to encrypt a file as Resolved.

Since there was no action for half a year, I think this task can be closed.

Nov 21 2017, 1:04 PM · Bug Report, gpgex
JochenSaalfeld added a comment to T3470: Issue with the Sign and Encrypt Explorer Context Menu option.

With the Release of Gpg4win 3.0.1 this error doesn't appear anymore for me while testing.

Nov 21 2017, 12:47 PM · gpg4win, Windows, gpgex, Bug Report

Nov 14 2017

aheinecke changed the status of T3470: Issue with the Sign and Encrypt Explorer Context Menu option from Open to Testing.

Multiple bugs fixed here:

Nov 14 2017, 2:35 PM · gpg4win, Windows, gpgex, Bug Report

Nov 13 2017

aheinecke claimed T3470: Issue with the Sign and Encrypt Explorer Context Menu option.

Thanks for the report. This is indeed badly broken. I'll work on this now.
I can reproduce and also have a reproducable crash when trying to encrypt a special folder. This must be a recent regression because I tested this some months ago and it worked fine.

Nov 13 2017, 2:44 PM · gpg4win, Windows, gpgex, Bug Report

Oct 28 2017

Nillth added a comment to T3470: Issue with the Sign and Encrypt Explorer Context Menu option.

Hi,
I have tried this on Windows 10 (1511,1703,1709&RS4TP)
Gpg4win Version 3.0.0
Regards

Oct 28 2017, 3:46 AM · gpg4win, Windows, gpgex, Bug Report
cuenta added a comment to T3470: Issue with the Sign and Encrypt Explorer Context Menu option.

Hi,
I was using Windows 7 Professional.
The last version that worked was gpg4win 2.3.4 (I didn't try any beta or rc), and encryption/decryption works fine for single files.

Oct 28 2017, 12:40 AM · gpg4win, Windows, gpgex, Bug Report

Oct 27 2017

bernhard updated subscribers of T3470: Issue with the Sign and Encrypt Explorer Context Menu option.
Oct 27 2017, 10:56 AM · gpg4win, Windows, gpgex, Bug Report
bernhard added projects to T3470: Issue with the Sign and Encrypt Explorer Context Menu option: Windows, gpg4win.
Oct 27 2017, 10:54 AM · gpg4win, Windows, gpgex, Bug Report
bernhard added a comment to T3470: Issue with the Sign and Encrypt Explorer Context Menu option.

Hi, thanks for the report.

Oct 27 2017, 10:53 AM · gpg4win, Windows, gpgex, Bug Report
cuenta added a comment to T3470: Issue with the Sign and Encrypt Explorer Context Menu option.

I have also experience the same bug and reported it on:
https://bugs.kde.org/show_bug.cgi?id=385390

Oct 27 2017, 10:38 AM · gpg4win, Windows, gpgex, Bug Report
Nillth updated the task description for T3470: Issue with the Sign and Encrypt Explorer Context Menu option.
Oct 27 2017, 2:45 AM · gpg4win, Windows, gpgex, Bug Report
Nillth created T3470: Issue with the Sign and Encrypt Explorer Context Menu option.
Oct 27 2017, 2:43 AM · gpg4win, Windows, gpgex, Bug Report

Oct 24 2017

JochenSaalfeld added a comment to T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.

Since this is a bug that is related to two different parts of the gpg4win package, this bug now only cares about the GpgOL Issue, that GpgOL crashes and cant decrypt messages from the sent folder that are encrypted with S/MIME. All File Based Issues are belonging to Kleopatra are documentet in the KDE Phabricator (https://phabricator.kde.org/T7310).

Oct 24 2017, 11:13 AM · gpg4win, gpgol, Bug Report
JochenSaalfeld added a comment to T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.
  1. Mails encrypted with S/MIME are stored with "No Data" in the sent EMail folder, but arrive properly at the recipients (you will recieve a readable copy, if you add yourself to the list of recipients). This Issue breaks the GpgOL Plugin after some time which is leading to the described Problem.
Oct 24 2017, 9:42 AM · gpg4win, gpgol, Bug Report

Oct 23 2017

JochenSaalfeld added a comment to T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.
  1. Files that are Signed and Encrypted to a S/MIME Certificate is broken. When you select a file and encrypt and sign it to a recipient, only a detached signature will be created and the Encrpyted file is missing. (Very similar to Issue 1, but file based).

https://phabricator.kde.org/D8368

Oct 23 2017, 9:50 AM · gpg4win, gpgol, Bug Report

Oct 19 2017

JochenSaalfeld added a comment to T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.

So far we could recreate the following issues:

Oct 19 2017, 12:37 PM · gpg4win, gpgol, Bug Report

Oct 17 2017

JochenSaalfeld merged T3421: Outlook 2010-64bit crashes when opening encrypted message in sent messages and certiface of this message is in "other certificates" insted "trusted certificates" into T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.
Oct 17 2017, 8:40 AM · gpg4win, gpgol, Bug Report
JochenSaalfeld merged T3450: Gpg4win 3.0.0: Outlook crashes when pasting E-Mail Adress from Outlook Adress book in new email when PGP-Signing is activated into T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.
Oct 17 2017, 8:38 AM · gpg4win, gpgol, Bug Report
JochenSaalfeld updated subscribers of T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.

There are more Logfiles:

Oct 17 2017, 8:37 AM · gpg4win, gpgol, Bug Report

Oct 11 2017

werner assigned T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL to JochenSaalfeld.
Oct 11 2017, 9:00 AM · gpg4win, gpgol, Bug Report

Oct 10 2017

werner added a comment to T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.

See T3441 for one additional screenshot with error codes.

Oct 10 2017, 8:06 AM · gpg4win, gpgol, Bug Report
werner merged T3441: GpgOL is displayed in Menu Ribbon, but doesn't work as intended into T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.
Oct 10 2017, 8:05 AM · gpg4win, gpgol, Bug Report
werner added a comment to T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.

The log file shows that gpgex (or explorer) crashes.

Oct 10 2017, 8:03 AM · gpg4win, gpgol, Bug Report
werner added a comment to T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.

The output from gpgsm -K in the last quote is perfectly okay. -K works by iterating over all public keys and checking for each public key whether the private key part is also available. If the private key is not available gpg-agent returns an error.

Oct 10 2017, 8:01 AM · gpg4win, gpgol, Bug Report

Oct 9 2017

JochenSaalfeld added a subtask for T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL: T3441: GpgOL is displayed in Menu Ribbon, but doesn't work as intended.
Oct 9 2017, 2:47 PM · gpg4win, gpgol, Bug Report
JochenSaalfeld created T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.
Oct 9 2017, 2:46 PM · gpg4win, gpgol, Bug Report

Sep 12 2017

werner added projects to T3387: explorer context menu items do not start Kleopatra: gpg4win, gpgex.
Sep 12 2017, 9:46 AM · gpgex, gpg4win, Bug Report

Jul 27 2017

aheinecke changed the status of T2873: GpgEX crashes attempting to encrypt a file from Open to Testing.

Sorry to have overlooked your report initially.
We fixed some bugs related to this. Can you please try with the latest Beta from https://files.gpg4win.org/Beta/current/

Jul 27 2017, 8:50 AM · Bug Report, gpgex

Jul 26 2017

marcus assigned T2873: GpgEX crashes attempting to encrypt a file to aheinecke.

The beta is not released, but maybe Andre can make use of that info.

Jul 26 2017, 3:10 PM · Bug Report, gpgex

Jul 17 2017

marcus renamed T1643: gpgex context menu should allow symmetric encryption from Context menu: Symmetric encryption to gpgex context menu should allow symmetric encryption.
Jul 17 2017, 2:55 PM · gpgex, Feature Request

Jun 28 2017

marcus closed T1660: Wrong encoding in Portuguese translation as Resolved.

Fixed in b00cf0913243ad5432e4cb859146d88b6691f9a3.

Jun 28 2017, 4:16 PM · Bug Report, gpgex

Apr 24 2017

aheinecke closed T1365: GpgEX IPC Connect fails after some uptime as Resolved.

With Gpg4win-3.0 ( https://wiki.gnupg.org/Gpg4win/Testversions ) Kleopatra is a completely different beast and I think this is fixed. I've tried it in various setups with Virtual Machines running for a long time and never had this problem anymore.

Apr 24 2017, 5:48 PM · Bug Report, gpgex, gpg4win

Mar 30 2017

admin created gpgex.
Mar 30 2017, 6:42 PM

Dec 14 2016

jdawdy added projects to T2873: GpgEX crashes attempting to encrypt a file: gpgex, Bug Report.
Dec 14 2016, 11:13 AM · Bug Report, gpgex

May 10 2016

werner closed T2279: Russian localization typo in menu. as Resolved.
May 10 2016, 8:43 AM · Bug Report, gpgex
werner added a comment to T2279: Russian localization typo in menu..

Thanks. Fixed in the repo.

May 10 2016, 8:43 AM · Bug Report, gpgex

Mar 10 2016

lockywolf added projects to T2279: Russian localization typo in menu.: gpgex, Bug Report.
Mar 10 2016, 6:00 PM · Bug Report, gpgex

Dec 8 2015

aheinecke added a project to T2170: Secure delete option for decrypted file: Won't Fix.
Dec 8 2015, 3:01 PM · gpgex, Feature Request, Won't Fix, gpg4win
aheinecke closed T2170: Secure delete option for decrypted file as Resolved.
Dec 8 2015, 3:01 PM · gpgex, Feature Request, Won't Fix, gpg4win
aheinecke added a comment to T2170: Secure delete option for decrypted file.

Secure deletion is a hard problem that depends on the operating system and the
file system used and might even depend on the hardware. I'm not sure if the way
mentioned in this wish would result in "Secure deletion".

GnuPG is not the tool for this.

Dec 8 2015, 3:01 PM · gpgex, Feature Request, Won't Fix, gpg4win