Linux 软件免费装

Secure Messaging

开发者 ericmann
更新时间 2017年12月30日 12:24
捐献地址: 去捐款
PHP版本: 4.7.3 及以上
WordPress版本: 4.9.1
版权: MIT
版权网址: 版权信息

标签

Security PGP GPG

下载

0.3.0 0.4.0 0.4.1

详情介绍:

Automatically encrypt certain WordPress messages using your GPG public key to ensure no one but you can ever read the message. This is primarily used to secure password reset emails so, even if an attacker were to gain access to your email account, they couldn't change your WordPress password.

安装:

Requirements This plugin requires PHP 7 or greater to operate. It does not check for PHP compatibility directly and will not work if installed on an older server. The GPG functionality requires GPG to be installed and available to WordPress. The plugin will try to test for this functionality upon activation, but will not work if GPG is unavailable. Manual Installation
  1. Upload the entire /secure-messaging directory to the /wp-content/plugins/ directory.
  2. Activate Secure Messaging through the 'Plugins' menu in WordPress.

升级注意事项:

0.4.0 Both PHP 7 and a server-installed GPG environment are required for proper operation!

常见问题:

Does the server sign messages as well?

Not by default. On many installations, the GPG keychain folder needs to live in the /wp-content directory and might be readable by third parties. To avoid leaking GPG secret keys, none are ever added by the system in the first place. This means the server can't sign messages before they're sent.

Is there a limit to the size of the GPG key I can use?

Not to my knowledge. We're using Pear's Crypt_GPG module, which defer's to the server's GPG module directly. So long as GPG itself supports a key, this plugin will as well.

What if my host doesn't support GPG?

Not every host does. Most self-hosting platforms will have GPG support by default, but some (like WP Engine) do not support the GPG subsystem and will not allow you to proactively encrypt messages. I highly suggest you look into a managed host like Liquid Web, who does support GPG, for your hosting needs. Note: This plugin has been tested to work with both Liquid Web's managed WordPress hosting platform and the Dockerized WordPress system published by 10up.

更新日志:

0.4.1 0.4.0 0.3.0 0.2.0 0.1.0