GPG4Win
gpg4win.org WindowsKleopatra ported to Windows.
- Homepage: gpg4win.org
- GitHub: github.com/gpg/gpg4win
- Privacy: gpg4win.org/privacy-policy.html
- Web info: web-check.xyz/check/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
10 Jul 26
Latest version
Primary Language
Shell
Size
52,708 KB
Stars
207
Forks
41
Watchers
207
Language Usage
Star History
Top Contributors
-
@AndreHeinecke (1708)
-
@dd9jn (999)
-
@ingokloecker (411)
-
@colinleroy (78)
-
@unDocUMeantIt (55)
-
@jsaalfeld (44)
-
@emanuelschuetze (24)
-
@svuorela (20)
-
@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
-
Sune Vuorela (10 Jul 26)
Update okular and reduce pgp exports from Poppler
-
m (09 Jul 26)
build.sh: don't accidently create a ~/.gnupg-autogen.rc directory
-
m (09 Jul 26)
updated mimetreeparser to fix a crash on invitations
-
m (08 Jul 26)
gpgoljs: update to current master, adjusting NSI installer as well
-
m (08 Jul 26)
gen-tarball.sh: use gpd-5.1 branch for mimetreeparser
-
Sune Vuorela (07 Jul 26)
Update okular to newest snapshot; Update poppler to newest release Drop a patch, merged upstream
-
Ingo Klöcker (06 Jul 26)
doc: Update Kleopatra version in NEWS
-
Ingo Klöcker (06 Jul 26)
poppler: Don't build tests
-
Ingo Klöcker (06 Jul 26)
appimage: Add python3.12-lxml instead of python3.11-lxml -- AlmaLinux 8.10 now brings Python 3.12 which is found by cmake and used for breeze-icons's generate-24px-versions.py script. This script failed to run when importing lxml because we installed lxml for Python 3.11.
-
Ingo Klöcker (01 Jul 26)
appimage: Use fontconfig for poppler
-
Ingo Klöcker (30 Jun 26)
appimage: Avoid problems with wrong plugin paths * src/appimage/AppRun: Unset QT_PLUGIN_PATH instead of exporting it. * src/appimage/Makefile.am: Add new files. * src/appimage/build-appimage.sh: Rename OUTPUT to appimage_name and don't export it anymore. Don't create AppImage with linuxdeploy. Replace qt.conf generated by linuxdeploy-plugin-qt with our own qt.conf. Create AppImage with appimagetool. * src/appimage/qt5/qt.conf, src/appimage/qt6/qt.conf: New. -- To avoid problems with wrong plugin paths used for external Qt apps started by apps in the AppImage the plugin paths for the Qt apps in the AppImage is now specified via qt.conf instead of via QT_PLUGIN_PATH. To inject our custom qt.conf into the AppImage we don't create it anymore with the appimage output plugin of linuxdeploy. Instead we create it with appimagetool. Note: Qt 5 only supports string values in qt.conf. Therefore, the comma-separated list of plugin paths is quoted as string. Our patch takes care of converting this string to a list of plugin paths. GnuPG-bug-id: 8308
-
Ingo Klöcker (02 Jul 26)
qtbase: Consider all plugin paths when building library paths -- This backported upstream change adds support for multiple plugin paths in qt.conf (similar to our patch for Qt 5). GnuPG-bug-id: 8308
-
Werner Koch (02 Jul 26)
Update GnuPG to 2.5.21
-
Werner Koch (01 Jul 26)
Udpate pinentry to 1.3.3
-
m (01 Jul 26)
okular: only set NSS callback if NSS is active
-
m (01 Jul 26)
AppImage: fix permissions of signed VERSION file
-
Werner Koch (30 Jun 26)
Update gpgme to 2.1.2 This fixes a syntax error in the Windows build
-
m (30 Jun 26)
AppImage: use a clean AppDir for each build
-
Ingo Klöcker (29 Jun 26)
appimage: Decouple package builds from preparation of AppDir * src/appimage/Makefile.am ($(stampdir)/stamp-directories): Remove creation of AppDir folder. ($(stampdir)/stamp-appdir): New. (all-local): Add dependency on $(stampdir)/stamp-prepare-appdir. * src/appimage/appimage.mk.in ($(stampdir)/stamp-$(1)-06-copy-to-appdir): Removed. Replaced by... ($(stampdir)/stamp-prepare-appdir-$(1)): New. ($(stampdir)/stamp-final-$(1)): Depend on $(stampdir)/stamp-$(1)-0*-rsync instead of $(stampdir)/stamp-$(1)-06-copy-to-appdir. ($(stampdir)/stamp-prepare-appdir): New. (all-appdir): New. (clean-appimage): Depend on clean-appdir. Don't remove AppDir anymore. (clean-appdir): New. (.PHONY): Add clean-appdir. -- With this change the build of the packages is cleanly separated from the creation of the AppImage. This is similar to the Windows build where building the packages is also separated from the creation of the installers. This makes it possible to nuke the AppDir without having to rebuilt any packages.
-
Ingo Klöcker (29 Jun 26)
appimage: Copy files to AppDir instead of hard-linking them -- This way copies of the built binaries but not the built binaries themselves are not modified by patchelf. Hard-linking was used to save some space and speed up copying but with today's fast and huge SSDs that's not really relevant anymore.
-
Ingo Klöcker (29 Jun 26)
appimage: Also patch rpath of plugins in APPDIR/usr/lib/plugins -- This is only relevant for KF5 builds (like VSD3) because in KF6 builds parts plugins like okularpart.so are installed in a subfolder of /usr/bin/plugins. This fixes starting Okular in the VSD3 AppImage.
-
m (29 Jun 26)
poppler: downpatch boost dependency
-
m (29 Jun 26)
gpg4win.mk.in: replace deprecated -a/-o conjunctions in tests
-
m (29 Jun 26)
poppler: update to poppler 26.06
-
m (25 Jun 26)
poppler: enable boost for better performance
-
Ingo Klöcker (29 Jun 26)
Update libkleo and kleopatra -- This adds the latest changes and translations
-
Ingo Klöcker (25 Jun 26)
update-po-files.sh: Fix po file name, reduce diffs and commit update * packages/update-po-files.sh: Comment unused branch variable. Fix name of libkleo's po file. Strip line numbers from po files. Commit the updated po files.
-
Werner Koch (25 Jun 26)
Update gpgme to 2.1.1
-
m (23 Jun 26)
autogen.rc: update info on AppImage builds
-
m (21 Apr 26)
build.sh: always assume --w32 for vsd3 build types -- had to rearrange the order of checks a bit to accomplish this
GPG4Win Website
Website
Gpg4win - Secure email and file encryption with GnuPG for Windows
Redirects
Does not redirect
Security Checks
All 65 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
- AntiSocial Blacklist
- Artists Against 419
- Badbitcoin
- Bambenek Consulting
- CERT Polska
- CoinBlockerLists
- CRDF
- CryptoScamDB
- EtherAddressLookup
- EtherScamDB
- Fake Website Buster
- MetaMask EthPhishing
- NABP Not Recommended Sites
- OpenPhish
- PetScams
- PhishFeed
- PhishFort
- Phishing.Database
- PhishStats
- PhishTank
- Phishunt
- RPiList Not Serious
- Scam.Directory
- SecureReload Phishing List
- Spam404
- StopGunScams
- Suspicious Hosting IP
- ThreatFox
- ThreatLog
- TweetFeed
- URLhaus
- ViriBack C2 Tracker
Website Preview
GPG4Win Reviews
More PGP Managers
-
Browser extension for using PGP within Gmail, for Chrome and Firefox. Mobile version supported on Android and iOS.
-
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 -
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.
-
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.
-
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 -
Application for managing encryption keys and passwords, integrated with the GNOME Keyring.
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/v1/services/gpg4win The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.
Share GPG4Win
Help your friends compare PGP Managers, and pick
privacy-respecting software and services.
Share GPG4Win and Awesome Privacy with your network!