Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560 [2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85 [3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50 [4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13 [5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
| Server IP : 94.177.8.99 / Your IP : 216.73.217.165 Web Server : Apache/2.4.58 (Ubuntu) System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/doc/gnupg/ |
Upload File : |
Using "Modern" GnuPG
====================
As of version 2.1.11-7+exp1, the gnupg package is provided by the "modern"
version of GnuPG.
This means:
* supporting daemons are auto-launched as needed
* all access to secret key material is handled by gpg-agent
* all smartcard access is handled by scdaemon
* all network access is handled by dirmngr
* PGPv3 keys are no longer supported
* secret keys are no longer stored in $GNUPGHOME/secring.gpg, but
instead in $GNUPGHOME/private-keys-v1.d/
* public keyrings are stored in keybox format (~/.gnupg/pubring.kbx) by
default for new users. Upgrading users will continue to use
pubring.gpg until they decide to explicitly convert.
Converting an existing installation
-----------------------------------
If you have an existing GnuPG homedir from "classic" GnuPG, secret
keys should be migrated automatically upon the first run of the
"modern" version.
If you have any secret keys that are stored only in a smartcard, after
your first use of "modern" gpg you should insert the card and run:
gpg --card-status
(see https://bugs.debian.org/795881)
Public keys will not be automatically migrated from pubring.gpg to
pubring.kbx, however. If you want to migrate your public keyring, you
can use a script like /usr/bin/migrate-pubring-from-classic-gpg
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net>, Mon, 18 Apr 2016 19:08:36 -0400