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
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
13 Sept 24
Latest version
Primary Language
Shell
Size
49,513 KB
Stars
155
Forks
34
Watchers
155
Language Usage
Star History
Top Contributors
- @AndreHeinecke (1522)
- @dd9jn (743)
- @ingokloecker (113)
- @colinleroy (78)
- @jsaalfeld (44)
- @emanuelschuetze (24)
- @bernhardreiter (11)
- @marc-kdab (10)
- @EagleErwin (2)
- @Biswa96 (1)
- @cintek (1)
- @drichardson (1)
- @Neurone (1)
- @lambdafu (1)
- @Julipanno (1)
Recent Commits
- 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
- Ingo Klöcker (26 Jun 24)
Add new patch to EXTRA_DIST
- Ingo Klöcker (26 Jun 24)
Remove obsolete patch for boost
- Ingo Klöcker (26 Jun 24)
Use standard selection colors for item views It seems Qt's Windows Vista style tries to immitate the selection color for "explorer style" views for item views. This results in bad selection colors for some of the high-contrast modes. This patch disables Qt's hack. GnuPG-bug-id: 6073
- Ingo Klöcker (06 May 24)
breeze-icons: Add folder edit sign encrypt icon GnuPG-bug-id: 6984
- Werner Koch (10 Jun 24)
Update gpg4win-tools, libkleo, and kleopatra to latest snapshots
- Werner Koch (10 Jun 24)
Update gpgme and gnupg to latest snapshots.
- Werner Koch (21 May 24)
build: Improve option handling of gen-tarball.sh * packages/gen-tarball.sh: Rework option parsing -- This also adds a new option to ignore errors from msgcat. Allow the option --auto only after the args was somewhat counter-intuitive.
- Werner Koch (21 May 24)
Update gpgme to a 1.24.0-beta566
- Werner Koch (21 May 24)
Remove not anymore required patches. * patches-appimage/kleopatra/0001-Make-KCMUtils-optional.patch: Remove. * patches-appimage/kleopatra/kleo-gpg4win-ja.patch: Remove. * patches-appimage/libkleo/libkleo-gpg4win-ja.patch: Remove. * patches/kleopatra/ 0001-Do-not-use-NTFS-permissions-check-to-check-if-output.patch: Remove. * patches/kleopatra/0001-Make-KCMUtils-optional.patch: Remove. * patches/kleopatra/kleo-gpg4win-ja.patch: Remove. * patches/libkleo/libkleo-gpg4win-ja.patch: Remove. * Makefile.am (EXTRA_DIST): Remove them.
- Werner Koch (13 May 24)
build-aux: Fix recently introduced syntax error in a script. -- Fixes-commit: 86071c599fa38dc5e2dc76e652cddf758548dd42
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
-
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!