前言介紹
- 這款 WordPress 外掛「Secure Encrypted Form」是 2023-02-13 上架。
- 目前有 50 個安裝啟用數。
- 上一次更新是 2024-02-23,距離現在已有 436 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 5.3 以上版本才可以安裝。
- 有 3 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
danidub |
外掛標籤
form | contact | openpgp | contact form | encrypted form |
內容簡介
這個外掛能夠透過簡單的shortcode將「安全表單」插入到你的網站中。當你需要接收任何敏感數據時,這是非常有用的,能夠建立「安全通道」。所有的資料會使用你的PGP公鑰加密後傳送。
使用方法
只需填寫一些外掛選項:
目的地電子郵件(你的電子郵件)
你的ASCII防護版本PGP公鑰
提示:要查看您的私鑰,您可以進入計算機控制台並運行兩個命令,一個用於列出,一個用於導出(必須安裝GnuPG):
gpg --list-keys
gpg --armor --export 電子郵件地址
請記住,你的公鑰需要在ASCII防護版本中導出,這意味著它會被包圍在以下區域內:
-----BEGIN PGP PUBLIC KEY BLOCK-----
這裡將會放置您的長公鑰字符串
-----END PGP PUBLIC KEY BLOCK-----
插入短代碼到頁面或文章中,將呈現一個帶有以下字段的表單:
消息
主題
名稱
電子郵件
工作原理
消息字段將使用你的PGP公鑰進行加密,並以ASCII格式作為附件發送到你所配置的目的地電子郵件地址。在創建插件邏輯時,確保消息字段永遠不會被發送到Web服務器,數據是通過用戶在瀏覽網站時使用OpenPGP.js庫進行預先加密(即時加密)。
只有當你有屬於該公鑰的PGP私鑰時,你才能解密所附文件的內容。
請記住,本插件僅用於在您的網站上顯示表單並加密通過「消息」字段發送的信息。本插件不負責解密附加的檔案,這是留給每個用戶以他們喜歡的方式去完成。
一些用法示例
接收秘密訊息
從客戶或朋友那裡收到密碼
接收敏感信息
要求
為了使用本插件,您需要擁有或創建一個PGP密鑰對。如果你還沒有生成你的密鑰對,你可以瀏覽網路上關於如何生成的方法。有許多方法來生成密鑰對,每種方法對安全性影響不同。
PGP密鑰對生成的技巧
生成您的PGP密鑰對的最佳方法之一是使用沒有互聯網連接的電腦和使用Tails OS。
推薦軟件
GNU隱私保障(Linux,OS X,Windows)
GPG Suite(OS X)
Gpg4win(Windows)
支援
如果在FAQ部分找不到您的問題的答案,請查看WordPress.org上的支援論壇。如果找不到解決特定問題的主題,請為它發布一個新主題。請記住,此支援是免費提供的,可能需要幾個小時/幾天時間來回應並解決你的問題。
安全聯繫表單需要你的支持
沒有像你這樣的使用者貢獻,很難繼續開發和支援這個免費插件。如果您喜歡使用Secure Contact Form並認為它有用,請考慮捐款。
原文外掛簡介
This plugin allows you to insert a “secure form” into your website through a simple shortocde. It is usefull when you need to receive sensitive data of any kind, establishing a “safe channel”.
The data is sent encrypted with your PGP public key.
Usage
Just fill in some plugin options:
The destination email (your email)
Your PGP public key in ASCII armored version
Hint: to see your private key you can enter your computer console and run two commands, one to list and one to export (must have GnuPG):
gpg --list-keys
gpg --armor --export username@email
Remember your public key needs to be exported in ASCII armored version, this means that will be surrounded with:
-----BEGIN PGP PUBLIC KEY BLOCK-----
your-long-key-string-will-be-here
-----END PGP PUBLIC KEY BLOCK-----
Once the shortcode is placed into a page or post, it will render a form with the following fields:
Message
Subject
Name
Email
How it works
The message field will be encrypted with your PGP public key and sent as an attachment in ASCII format to the destination email you have configured.
When creating the plugin logic I have made sure that the message field is never sent to the web server, the data is previously encrypted (on the fly) using OpenPGP.js library in the user who is browsing the website.
You will only be able to decrypt the content of the attached file if you have the PGP private key belonging to the public key with which the message was encrypted.
Remember that the purpose of the plugin is only to display a form on your website and encrypt the information that is sent through the “message” field. This plugin does not take care of decrypting the attached file, this task is left to each user in the way they want.
Some usage examples
Receive secret messages
Receiving passwords from clients or friends
Reception of sensitive information
Requirements
In order to use this plugin you need to have or create a PGP key pair. If you don’t have your key pair generated you can browse the internet on how to generate it.
There are many ways to generate the key, each have a different impact on security.
TIP on generating PGP key pair
One of the best ways of generating your PGP key pair is using a computer witout Internet connection and using Tails OS.
Recommended software
GNU Privacy Guard (Linux, OS X, Windows)
GPG Suite (OS X)
Gpg4win (Windows)
Support
When you cannot find the answer to your question on the FAQ section, check the support forum on WordPress.org. If you cannot locate any topics that solve to your particular issue, post a new topic for it.
Remember this support is offered for free and can take some hours/days to answer and solve your issues.
Secure Contact Form needs your support
It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Secure Contact Form and find it useful, please consider making a donation. Your donation will help encourage and support the plugin’s continued development and better user support.
Privacy notices
With the default configuration, this plugin, in itself, does not:
Track users by stealth
Write any user personal data to the database
Send any data to external servers
Use cookies
Translations
Actually the plugin ships in English and is translated to Spanish.
You can contribute and translate this plugin to your own language.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Secure Encrypted Form」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
OpenPGP Form Encryption for WordPress 》此外掛使用 OpenPGP.js 為提供公鑰加密的功能。當你將的內容透過電子郵件或未加密的網路傳輸時,此外掛尤其有用。, 此外掛的 GitHub 存儲庫位於 https://gith...。