OS X用户有GPGTools项目可以使用GnuPG。 Windows用户可以在Gpg4win项目找到安装程序。 生成钥匙对 $ gpg --gen-key 接着会出现算法选择的问题: gpg (GnuPG) 1.0.7; Copyright (C) 2002 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are ...
dirmngr: Fix for Windows. 3年前 doc Deprecate the --supervised options. 3年前 g10 gpg: Look up user ID to revoke by UID hash 3年前 g13 tests: Enable tests with keyboxd only when it's configured. 3年前 kbx kbx: Fix a race condition which results no status report. ...
42ee841· Nov 16, 2023 History10,234 Commits agent Merge branch 'STABLE-BRANCH-2-4' Nov 8, 2023 am build: Remove Windows CE support. Dec 9, 2022 artwork artwork: Explain the license for the logo Jun 30, 2021 build-aux w32: Add keyboxd.exe to signed files Jul 21, 2023 common gpg...
The Microsoft Windows 10 SDK. Qt 5.7 for MSVC. GnuPG. zlib and minizip. WiX. Python 3. Prep Open an Administrator command prompt. cd into your GnuPG lib directory (usually C:\Program Files (x86)\GnuPG\lib). In here you'll see three files, libassuan.imp, libgpg-error.imp, and libg...
[下载完Windows版本以后]: Get started – your next steps: Check integrityof the downloaded Gpg4win installer! Install Gpg4win. Create an OpenPGP key pair with Kleopatra. Sign/encrypt a file and email to yourself for testing. Read more about the public key method (see chapter 1-5 inGpg4win Co...
for x in files_dir: with open(x, "rb") as f: status = gpg.decrypt_file(f, passphrase="my passphrase",output=files_dir_clean[files_dir.index(x)]) print("ok: ", status.ok) print("status: ", status.status) print("stderr: ", status.stderr) ...
(X windows) 2nd display filter expressions using with Ethereal using with tcpdump display-filters for email (PinePGP) Distinguished Encoding Rules [See DER] DNS Common Name for certificate subjects using domain name in Kerberos realm name dormant accounts monitoring login activity DOS [See denial-...
GnuPG Shell source code archive contains Visual Studio 2005 solution and projects, including all 3rd party libraries needed for compilation. First of all, in order to compile GnuPG Shell under Windows, download wxWidgets source code and build it (wxWidgets-2.8.6 or newer is needed). There is...
For those using GnuPG on Windows, the only solution > will be to build from source. > > This does not fix the handling of write errors on the status file > descriptor. However, I believe that exploiting the mishandling of such > errors is not feasable in general. On the other hand,...
# Check SOCKET type for Windows. AC_CHECK_TYPES([SOCKET], [], [], [[#include "winsock2.h"]]) if test "$ac_cv_sizeof_unsigned_short" = "0" \ || test "$ac_cv_sizeof_unsigned_int" = "0" \ || test "$ac_cv_sizeof_unsigned_long" = "0"; then AC_MSG_WARN([Hm...