Linux 软件免费装

Plugin Name

开发者 Senderek Web Security
更新时间 2015年2月10日 23:03
捐献地址: 去捐款
PHP版本: 2.9.2 及以上
WordPress版本: 4.0
版权: GPLv2 or later
版权网址: 版权信息

标签

encryption gpg decryption secure contact encrypted message confidential gnupg linux commercial website

下载

1.3.0 1.3.1

详情介绍:

As an online professional or business owner you need to offer your website visitors a secure way to contact you. Unprotected email is not enough, even if someone tries to contact you for the first time. The Encrypted Contact plugin is the most secure way to enable secure messages for your website visitors and it even allows the website owner to read (i.e. to decrypt) protected messages online by using the admin panel of WordPress. This plugin uses the well-established Web Encryption Extension, an open source extension for web applications that has been released under GPL-3 in 2011. All encryption is done on the server with the tested standard tool GnuPG, so sending protected messages is both secure and easy to use. Using Encrypted Contact on the website makes sure that the website owner can stay in touch with visitors, even if he is on the road, because everything he needs is stored on the server. Total device independence is assured. Neither the website user nor the owner has to install anything on his computer, smartphone or tablet, except a browser, to use the plugin securely.

安装:

  1. Have your website https-ready, make sure your visitors can reach your site via https://your-site.com.
  2. Create a safe place for your encryption key by making the directory /home/gpg. Change the ownership to the web server user and remove all permissions except for the owner.
as root run the following commands: mkdir /home/gpg chown apache /home/gpg (you may replace apache with your web server user) chmod 700 /home/gpg 1. Upload the plugin zip-file encrypted-contact.tgz to your /wp-content/plugins/ directory and extract the plugin files. The files will be stored in a separate directory encrypted-contact. 1. Log into your admin panel and activate the new plugin through the plugins menu. 1. Place the contact form in some place like the sidebar through the widgets menu, where the new widget Encrypted Contact will show up. 1. Log into your admin panel and create a new key pair for you via the Key Management button. Alternatively you can upload an existing private key via the Key Management tool. 1. Decide whether or not you will store the messages (encrypted or not) on the server. Set the Archive Messages select box to yes. A subdirectory messages will be created automatically inside the safe place for your encryption keys and copies of all messages will be archived here before the are sent out via email. You can read these messages and even decrypt them online using the admin panel.

升级注意事项:

1.0 Security upgrade necessary.

常见问题:

Do I need a Linux server for Encrypted Contact?

Yes, because the software relies on the operation system capabilities of Linux to work securely. It also requires an installation of GnuPG on the server, which is usually present already.

Do I need full control over my server to install Encrypted Contact?

Not necessarily. But you have to trust the system administrators, because the encryption is done on the server and can be intercepted there. In order to perform the installation you need a safe place for the encryption key(s), which is located outside the web server tree. The default installation assumes that you use the directory "/home/gpg" for this purpose. You need to ask your system administrator to create this directory for you and to make it writeable for the web server process only. That means, if you cannot use a safe place for your encryption keys with restrictive access permissions, your encryption will refuse to work. This is not a bug but a desired performance of Encrypted Contact. Once your server's sysadmin has created such a directory for you, and its name matches the setting for $GPGDIR in the file "gpgconfig.php", then all key management can be done via the admin panel without any further help from the sysadmin. If you like to read more about the desirable server environment for encryption, have a look at [this article] (https://senderek.ie/articles/what-is-a-secure-server.php).

Why do I need to enable HTTPS on my server before I can use Encrypted Contact?

Because, if you don't you trick your website visitors into entering confidential messages into a form that transfers these messages insecurely, i.e. unencrypted to your server. And your website visitors will not even be sure their messages will arrive a the server you call yours. Under these circumstances it is pointless to encrypt something on the server that has arrived insecurely. Encrypted Contact will check, if the message has arrived via https, and it will refuse to work, if not. HTTPS is a basic requirement, if you are serious about the security of your website.

更新日志:

1.0 This is the first stable version of Encrypted Contact, released Monday, 10th June 2013. 1.3.1 Latest version includes security upgrade.