GPG4Win

gpg4win.org
GPG4Win

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

Score

C

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

10 Jul 26

Latest version

vsd-4.0.0-beta787

Primary Language

Shell

Size

52,708 KB

Stars

207

Forks

41

Watchers

207

Language Usage

Language Usage

Star History

Star History

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 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

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/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!

View PGP Managers (8)