GPG4Win
gpg4win.org WindowsKleopatra ported to Windows.
- Homepage: gpg4win.org
- GitHub: github.com/gpg/gpg4win
- Privacy: tosdr.org/en/service/8276
- Web info: web-check.xyz/results/gpg4win.org
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
Score
Documents
- Privacy PolicyCreated 14 May 23, Last modified 1 year ago
About the Data
This data is kindly provided by tosdr.org. Read full report at: #8276
GPG4Win Source Code
Author
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.gitLicense
GPL-2.0
Created
07 Sept 15
Last Updated
25 Feb 26
Latest version
Primary Language
NSIS
Size
51,035 KB
Stars
189
Forks
38
Watchers
189
Language Usage
Star History
Top Contributors
-
@AndreHeinecke (1708)
-
@dd9jn (973)
-
@ingokloecker (349)
-
@colinleroy (78)
-
@jsaalfeld (44)
-
@emanuelschuetze (24)
-
@unDocUMeantIt (19)
-
@svuorela (18)
-
@bernhardreiter (11)
-
@marc-kdab (10)
-
@EagleErwin (2)
-
@Biswa96 (1)
-
@CarlSchwan (1)
-
@cintek (1)
-
@yeager (1)
-
@drichardson (1)
-
@Neurone (1)
-
@lambdafu (1)
-
@Julipanno (1)
Recent Commits
-
Werner Koch (25 Feb 26)
msi: Introduce new include file vsd-include * src/make-msi.pl: New option --vsd4 to use either include or vsd-include * src/gpg4win.mk.in (MAKE_MSI_EXTRA_OPTIONS): New. Set depending on build type. Use it for make-msi.pl.
-
Werner Koch (24 Feb 26)
Update gnupg to 2.5.18, update kleo stuff, update gpgoljs.
-
Werner Koch (24 Feb 26)
msi: Minor comment typo fix. --
-
Werner Koch (23 Feb 26)
Update libksba to 1.6.8
-
Werner Koch (18 Feb 26)
Update GpgRT to 1.59
-
m (13 Feb 26)
removed accidently pasted URL from packages/packages.list
-
Ingo Klöcker (11 Feb 26)
qtbase: Make it work on Windows Server 2016 -- The QT_WIN_SERVER_2016_COMPAT compiler flag enables community-supported compatibility code for Windows Server 2016. GnuPG-bug-id: 8100
-
Werner Koch (10 Feb 26)
Update libpng to 1.6.55 to due CVE-2026-25646. -- See https://github.com/pnggroup/libpng/security/advisories/ \ GHSA-g8hp-mq4h-rqm3
-
Werner Koch (10 Feb 26)
msi: Yet another Perl syntax fix. * src/make-msi.pl (dump_single_custom): Obvious Perl syntax fix. -- Fixes-commit: a0d0ee0e5d75fc82a7e270c5937e1a5baf8739ba
-
Ingo Klöcker (05 Feb 26)
Add 256x256 variant of the blue Kleopatra icon to tarball * src/Makefile.am (EXTRA_DIST): Add new icon. -- GnuPG-bug-id: 8083
-
Ingo Klöcker (05 Feb 26)
Update EXTRA_DIST to recent changes * Makefile.am (EXTRA_DIST): Remove obsolete Dockerfiles. Add files for Debian Trixie based Docker image. --
-
Ingo Klöcker (05 Feb 26)
appimage: Use blue Kleopatra icon for Gpg4win and GPD -- GnuPG-bug-id: 8083
-
Ingo Klöcker (05 Feb 26)
gpg4win: Use blue Kleopatra icon also for Gpg4win -- GnuPG-bug-id: 8083
-
Ingo Klöcker (05 Feb 26)
Add 256x256 variant of the blue Kleopatra icon -- The AppImage deployment requires this size. GnuPG-bug-id: 8083
-
Ingo Klöcker (04 Feb 26)
appimage: Patch required cmake version (only if needed) -- Requiring cmake version 3.26 for all packages caused a problem when building kauth. To avoid other unexpected build problems only patch the required cmake version if it's 3.27 (which the KDE PIM packages were bumped to). In this case revert the required cmake version back to 3.16 (which was the previous required version of the KDE PIM packages). GnuPG-bug-id: 7509
-
Ingo Klöcker (04 Feb 26)
appimage: Silence warning about KDE_INSTALL_LIBDIR -- Set KDE_INSTALL_LIBDIR additionally to CMAKE_INSTALL_LIBDIR to silence the "KDE_INSTALL_LIBDIR got its value from CMAKE_INSTALL_LIBDIR." warning. GnuPG-bug-id: 7509
-
Ingo Klöcker (04 Feb 26)
appimage: Patch required cmake version -- We have to lower the required cmake version to the version provided by AlmaLinux 8.10. GnuPG-bug-id: 7509
-
Ingo Klöcker (04 Feb 26)
appimage: Set product-specific Kleopatra version -- Sets the same built-in product-specific version for Kleopatra as the Gpg4win build. Additionally, listing Kleopatra itself as component in its About dialog is enabled for the AppImage. GnuPG-bug-id: 7509
-
Ingo Klöcker (04 Feb 26)
gpg4win: Set product-specific built-in Kleopatra version -- Previously, we used "Gpg4win-VERSION" as built-in Kleopatra version for all products. Usually this doesn't matter because the version is overwritten by the data read from the signed VERSION file, but it might matter for the output of `--version`. I couldn't provoke a wrong version for a GPD build with signed VERSION file, but it's still a race between two threads. Long story short, now the correct Kleopatra version is set at build time. GnuPG-bug-id: 7509
-
Werner Koch (03 Feb 26)
msi: Detect files which should not be in the source. * build.sh <withmsi>: Check for cruft.
-
Werner Koch (03 Feb 26)
msi: Use gnupg-vsd as program data folder for vsd 4.x * src/make-msi.pl (dump_single_custom): Take datafolder from a variable.
-
Werner Koch (03 Feb 26)
Improve version numbering. * configure.ac: Use separate version number for all build types. (IS_VSD3_BUILD): New ac_subst to define the currently approved version. (MSI_VERSIONSTRING): New ac_subst to be used to construct the MSI version number. (DOCKERBUILD): Remove. * build.sh: Remove "gnupgtag" and related options. * autogen.rc (autogen_use_force): New. * autogen.sh: Take care of that option. -- This will help us to keep the version numbers in one place. A new buildtype vsd3 is introduced to be used for the next vsd version 3.4. Beta versions will now have a fixed micro version of 90 in the MSI installer. The core gpg4win NSIS installer keeps the usual beta numbering scheme.
-
Werner Koch (03 Feb 26)
Remove support for GnuPG 2.4
-
Werner Koch (30 Jan 26)
Help to detect a forgotten ./autogen.sh --force. * src/gpg4win.mk.in (MSI_FNAME_PREFIX): Also set for Gpg4win.
-
Ingo Klöcker (29 Jan 26)
appimage: Use PREFIX/lib as libdir for all packages that are built -- Many packages already used PREFIX/lib while most cmake-using packages (except Qt) used PREFIX/lib64 as libdir. The AppImage deployment tool puts all libraries in AppDir/usr/lib so that it makes sense that we also use PREFIX/lib as install directory for the packages that we built. GnuPG-bug-id: 7509
-
Ingo Klöcker (29 Jan 26)
appimage: Don't build API documentation for libical -- GnuPG-bug-id: 7509
-
Ingo Klöcker (29 Jan 26)
appimage: Build karchive with support for bzip2 -- GnuPG-bug-id: 7509
-
Ingo Klöcker (29 Jan 26)
appimage: Remove obsolete configure options -- Most of those options are not used anymore. The hints where to find Boost for libkleo are superfluous (and wrong). Boost is installed in /usr/include/boost and cmake finds it on its own. GnuPG-bug-id: 7509
-
Ingo Klöcker (29 Jan 26)
appimage: Patch paths in pkgconfig files -- After copying a package from the package-specific install prefix to the common install prefix we need to patch the paths in the pkgconfig files. This fixes the problem that the build test for a simple Qt program in pinentry picked up the system freetype library instead of our freetype library and therefore failed to find some symbols. GnuPG-bug-id: 7509
-
Ingo Klöcker (29 Jan 26)
appimage: pinentry needs KGuiAddons and KWindowSystem -- KGuiAddons is required for the Caps-Lock warning and KWindowSystem is required for better Wayland support. GnuPG-bug-id: 7509
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
Safety 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
-
Application for managing encryption keys and passwords, integrated with the GNOME Keyring.
-
Certificate manager and a universal crypto GUI. It supports managing X.509 and OpenPGP certificates in the GpgSM keybox and retrieving certificates from LDAP servers.
-
Successor of MacGPG. Plays nice with MacOS apps, including Finder, Appple Mail, Keychain and Spotlight. Makes encrypting files, emails, and messages / data very easy. As well as GUI for generating keys, verifying signatures, etc.
Not Open Source -
Android app for managing keys, and encrypting messages. Works both stand-alone, and as integrated into other apps, including k9-Mail. Everything can be done through a simple yet powerful GUI. Open source, security audited, transparent permissions, and activley maintained.
-
iOS app for encrypting/ decrypting text. Has native keyboard integration, keychain support and app integrations which makes it quick to use in any app.
Not Open Source -
Browser extension for using PGP within Gmail, for Chrome and Firefox. Mobile version supported on Android and iOS.
-
OpenPGP extension for Thunderbird and PostBox, integrates natively within mail app.
-
Mailvelope is an addon for email applications, that makes using PGP very easy for beginners. You can use the hosted version for free, or opt to host your own instance. Works with Gmail, Yahoo, Outlook, GMX, Posteo, Web.de, FreeNet.de, Mailbox.org and many others.
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!