CryptNote Secure Links

外掛說明

Create messages with expiration/limited views via the CryptNote.pro API without leaving WordPress.

  • Admin form to generate share_url and token via API.
  • Option to replace all sent emails (wp_mail) with a secure link (attachments are removed).
  • Customizable placeholders in the email body: {share_url}, {token}, {max_views}, {expire_minutes}.
  • Support for optional password, expiration in minutes, and Markdown/HTML flags.
  • Configurable endpoint (default https://cryptnote.pro/api/v1) and optional X-API-Key header.

Privacy

This plugin uses the external CryptNote service to generate and host the secure link and token. When creating a link, the protected content and metadata (views, expiration, optional password) are sent to https://cryptnote.pro/api/v1. See the service’s privacy policy at https://cryptnote.pro/privacy.php?lang=en.

安裝方式

  1. Upload the plugin-wordpress folder to wp-content/plugins/ or compress it as .zip and upload via the Plugins panel.
  2. Activate CryptNote Secure Links.
  3. In the sidebar menu, open CryptNote and configure the base endpoint, API key (if used), and defaults.
  4. (Optional) Check “Enable secure links for all emails” to protect all wp_mail content.

常見問題集

Do I need an API key?

Only if your CryptNote instance requires it. The plugin sends it in the X-API-Key header when provided.

Which endpoints are used?

POST {api_base}/create.php to generate the link. The default is https://cryptnote.pro/api/v1.

What happens to email attachments?

They are removed when email protection is active, to prevent data leakage outside the secure link.

Can I use Markdown or HTML?

Yes. Enable the desired format in the defaults or per submission. The plugin sends is_markdown=true or is_html=true.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈CryptNote Secure Links〉的開發相關工作。

參與者

將〈CryptNote Secure Links〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial release: create links from admin and option to protect all emails with CryptNote link.