GPG4Win

gpg4win.org
GPG4Win Icon

Kleopatra ported to Windows.

Open Source

GPG4Win Privacy Policy

Privacy Policy Summary

  • You can access most of the pages on the service's website without revealing any personal information
  • You are not being tracked
  • You can request access, correction and/or deletion of your data

Documents

About the Data

This data is kindly provided by tosdr.org. Read full report at: #8276

GPG4Win Source Code

Author

gpg

Description

GnuPG for Windows. NOTE: Maintainers are not tracking this mirror. Do not make pull requests here, nor comment any commits, submit them usual way to bug tracker (https://www.gnupg.org/documentation/bts.html) or to the mailing list (https://www.gnupg.org/documentation/mailing-lists.html).

Homepage

https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpg4win.git

License

GPL-2.0

Created

07 Sept 15

Last Updated

25 Sept 24

Latest version

the-last-compendium

Primary Language

Shell

Size

49,756 KB

Stars

156

Forks

34

Watchers

156

Language Usage

Language Usage

Star History

Star History

Recent Commits

  • Ingo Klöcker (25 Sept 24)

    Add missing document-edit icon

  • Ingo Klöcker (25 Sept 24)

    findicons.sh: Sort the list of icons after updating it

  • Ingo Klöcker (25 Sept 24)

    Improve findicons.sh * Find icons using Qt's u""_s string literals * Only look for exactly matching icon names or for icon names followed by a dash so that we also include the more generic icon variants because sometimes there is no icon for the more specific full icon name. Moreover, this excludes icons with short names which happen to match the start of a used icon. * Look for exact matches when checking for already included icons * Speed it up by grepping all files only twice recursively

  • Andre Heinecke (25 Sept 24)

    Add missing icons for KF5 build * src/included-icons.txt: Add new icons -- To find the icons I have just executed the script src/findicons.sh this needs to be run in a build environment where all source pacakges are extracted under src/playground/install. The script is horribly inefficent but reliable enough. I jsust start it and forget about it and in the end of the day it has added the new icons to included-icons.txt. Please note that with KF6 we do not yet filter icons with the tool sune created. In KF6 all icons are combined in a DLL and then loaded in every process which uses them. Filtering the icons for KF6 would drastically reduce the size of the libarary and would improve the load times. That is why I link the corresponding ticket. To understand the script just look into it. To use it just run it without arguments after a successful build of Gpg4win. Probably overnight ^^. GnuPG-Bug-Id: T4066

  • Ingo Klöcker (24 Sept 24)

    Use standard selection colors for item views only for high-contrast mode The standard selection colors have bad contrast in normal mode. We need to keep Qt's Windows Vista style colors in normal mode. GnuPG-bug-id: 7299

  • Andre Heinecke (23 Sept 24)

    Update libkleo with respun tarball * packages/packages.common (libkleo): Update tarball with local translation.

  • Andre Heinecke (23 Sept 24)

    Add local translation file for libkleo * packages/gen-tarball.sh: Add local translation for libkleo. * packages/libkleopatra-24.05-de-full-translation.po: New. -- Add a local translation for libkle as explained in rev. 35d177b0f0acd50ec906704f612a5c2915fe72dc for kleopatra.

  • Andre Heinecke (23 Sept 24)

    Update Kleopatra to pull in the added translations * packages/packages.common (kleopatra): Regenerate tarball. -- This was now just the result of: gen-tarball.sh --ignore-msgcat-error --auto kleopatra no manual modification of the sources.

  • Andre Heinecke (23 Sept 24)

    Add local translations for kleopatra * packages/gen-tarball.sh: Use a variable local_l10n additionally to custom-l10n. * packages/kleopatra-24.05-de-full-translation.po: New. -- The full translation is a result of extrating the messages in the current branch and then msgmerge'ing the translations from the 24.05 repository and the translations from summit and then manually fixing up missing strings. This should hopefully only be neccessary because of the distance between the gpg4win branch and the current kde translations. New strings which are also in kleopatra master will still also be added. So hopefully this should not need to be updated a second time. See the comment in gen-tarball.sh for additional details.

  • Werner Koch (20 Sept 24)

    Update gnupg-2.4, kleo etc to latest snapshots -- This is gpg4win-4.3.2-beta50.exe

  • Andre Heinecke (28 Aug 24)

    Update GpgOL to 2.5.14 * packages/packages.common (gpgol): Update.

  • Andre Heinecke (21 Aug 24)

    Udpdate GpgOL to 2.5.13 * packages/pacakges.common (gpgol): Switch to release. * NEWS: Add versions.

  • Andre Heinecke (15 Aug 24)

    Mark kio as dependency for gpgpass * configure.ac (gpgpass): Add kio dependency. -- This fixes the build order by ensuring kio is built before gpgpass.

  • Andre Heinecke (15 Aug 24)

    Update frontend packages * packages/packages.common (gpgme, gpgol, libkleo, kleopatra) (gpgpass, mimetreeparser): Update packages to latest versions.

  • Andre Heinecke (30 Jul 24)

    Add additional icons found by findicons.sh * src/included-icons.txt: Add new icons.

  • Andre Heinecke (30 Jul 24)

    Add application-menu icon to list of used icons * src/included-icons.txt: This is now used in Kleopatras details dialog. GnuPG-Bug-Id: T7228

  • Andre Heinecke (30 Jul 24)

    Update snapshots for kleo and gpgpass * packges/packages.common (kleopatra, libkleo, gpgme) (gpgpass): Update to latest master.

  • Andre Heinecke (24 Jul 24)

    Add patch to disable dark mode on old windows * patches/kguiaddons/ 0001-DRAFT-There-is-no-dark-mode-on-old-Windows.patch: New. * Makefile.am (EXTRA_DIST): Add patch. * patches/kiconthemes/dark-mode-detection.patch: Add Windows version check. -- This disabled the dark mode detection based on the users personalization configuration. It has no effect on the High Contrast dark modes used for Accessibility. As such the patch modifies kguiaddons to leave the rest of the dark mode detection alone. GnuPG-Bug-Id: T7214

  • Andre Heinecke (19 Jul 24)

    Use mimetreeparser from gpg4win/24.05 branch * packages/gen-tarball.sh (mimetreeparser): Use gpg4win branch. Add url to summit l10n. * packages/packages.common: Update the package. -- While this is currently the same as kf5 better change it as the branch already exists and it might be forgotten to switch the branch in Gpg4win if changes are backported.

  • Andre Heinecke (12 Jul 24)

    Update our packages to latest snapshots * packages/packages.common (gpgme, gpgpass, libkleo) (kleopatra, mimetreeparser): Update.

  • Andre Heinecke (05 Jul 24)

    Update libkleo, kleopatra and gpgme to latest snapshots * packages/packages.common (libkleo, kleopatra, gpgme): Update. -- GPGME had to be updated since libkleo now uses new API with a version check that matches this beta. Kleo and libkleo for the translations.

  • Andre Heinecke (05 Jul 24)

    Extend l10n handling in gen-tarball.sh * packages/gen-tarball.sh: Add custom l10n for libkleo and extend the handling.

  • Werner Koch (04 Jul 24)

    Update gpgex to 1.0.11 -- This is already part of the internal gpg4win-4.3.2-beta35

  • Werner Koch (04 Jul 24)

    Update pinentry. Use snapshots for gpgme and gpgol.

  • Werner Koch (04 Jul 24)

    Fix for new Qt6 default of Pinentry 1.3.0 * src/Makefile.am (gpg4win_pkg_pinentry_configure): Disable pinentry qt6. * src/inst-pinentry.nsi: Adjust for this.

  • Werner Koch (03 Jul 24)

    Update libassuan to 3.0.1 --

  • Werner Koch (03 Jul 24)

    Update file names libassuan-0 to libassuan-9

  • Werner Koch (02 Jul 24)

    Update gpgrt, gpgme, gnupg, kleopatra and libkleo to new snapshots -- Also add a new option to gen-gnupg.sh and an extracflag for the new gpgrt.

  • Ingo Klöcker (27 Jun 24)

    Improve heuristic for detecting of light high-constrast themes Check the perceived lightness of the background color to detect light high-constrast themes instead of checking for white background. In Windows 11 the "Desert" high-contrast theme doesn't seem to use white as background color. Moreover, the users can specify their own colors. I chose to use the relative luminance defined in Rec. 709 for HDTV as reasonable estimate of the perceived lightness. I'm ignoring gamma correction (and more complicated color spaces like CIELAB) and the threshold 0.5 for a light theme is arbitrarily chosen. I assume that's okay since we are dealing with _high-constrast_ themes which should either use a very light or a very dark background color. GnuPG-bug-id: 6921

  • Ingo Klöcker (26 Jun 24)

    Add detection of white high-contrast mode GnuPG-bug-id: 6076

GPG4Win Website

Website

Gpg4win - Secure email and file encryption with GnuPG for Windows

Redirects

Does not redirect

Security Checks

All 66 security checks passed

Server Details

  • IP Address 46.4.134.23
  • Hostname gpg4win.org
  • Location Falkenstein, Sachsen, Germany, EU
  • ISP Intevation GmbH
  • ASN AS24940

Associated Countries

  • DE

Saftey Score

Website marked as safe

100%

Blacklist Check

www.gpg4win.org was found on 0 blacklists

  • ThreatLog
  • OpenPhish
  • PhishTank
  • Phishing.Database
  • PhishStats
  • URLhaus
  • RPiList Not Serious
  • AntiSocial Blacklist
  • PhishFeed
  • NABP Not Recommended Sites
  • Spam404
  • CRDF
  • Artists Against 419
  • CERT Polska
  • PetScams
  • Suspicious Hosting IP
  • Phishunt
  • CoinBlockerLists
  • MetaMask EthPhishing
  • EtherScamDB
  • EtherAddressLookup
  • ViriBack C2 Tracker
  • Bambenek Consulting
  • Badbitcoin
  • SecureReload Phishing List
  • Fake Website Buster
  • TweetFeed
  • CryptoScamDB
  • StopGunScams
  • ThreatFox
  • PhishFort

Website Preview

GPG4Win Reviews

More PGP Managers

About the Data: GPG4Win

API

You can access GPG4Win's data programmatically via our API. Simply make a GET request to:

https://api.awesome-privacy.xyz/utilities/pgp-managers/gpg4win

The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.

About the Data

Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.

Share GPG4Win

Help your friends compare PGP Managers, and pick privacy-respecting software and services.
Share GPG4Win and Awesome Privacy with your network!

View PGP Managers (9)