Linux 软件免费装
Banner图

BitSplit Media Delivery

开发者 frolpaxa
更新时间 2026年8月31日 18:15
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv3 or later
版权网址: 版权信息

标签

video images scraping hotlinking media protection

下载

1.2.4 1.3.0

详情介绍:

BitSplit changes how WordPress delivers public media. Instead of keeping a complete file at a stable public URL, it stores the original and generated sizes as incomplete blocks and reconstructs each file in the visitor's browser through a short-lived session. It is a media-protection layer for photography portfolios, publishers, member sites, and other WordPress sites where making direct downloads and bulk collection harder is valuable. Why use BitSplit? BitSplit is not encryption, DRM, or a promise that downloading is impossible. A determined viewer can inspect the browser flow, automate reconstruction, or capture rendered content. Use it when raising the cost of casual downloading is valuable; use established encryption and access control when confidentiality is required. Included functionality The plugin protects any number of image, video, and audio attachments. Every feature is free: there is no paid tier, license key, trial, add-on, or usage quota, and the plugin contacts no external service. It includes public or logged-in-only access, Gutenberg image, gallery, video and audio support, featured-image and srcset handling, and backup/recovery tools. Delivery flow
  1. WordPress stores each file as an incomplete BitSplit block, with reconstruction data stored separately in attachment metadata.
  2. Front-end markup receives a placeholder instead of the original media URL.
  3. The browser establishes an ephemeral P-256 ECDH session.
  4. Reconstruction data is transported with HKDF and AES-256-GCM.
  5. Block bytes require a short-lived, session-bound signed token.
  6. The browser reconstructs the file into a temporary Blob URL. Video and audio are streamed through a Service Worker so playback can seek.
The transport encryption protects reconstruction data in transit; the BitSplit block itself is not encrypted and contains most source bytes. Access modes WordPress coverage BitSplit handles normal attachment images, Gutenberg Image, Gallery, Video and Audio blocks, featured images, srcset, classic content containing wp-image-ID, and the [bitsplit id="123"] shortcode. Storage Incomplete blocks are stored in a plugin-owned directory resolved through wp_upload_dir(), while reconstruction data stays in WordPress post metadata. The plugin does not write web-server configuration files or require users to edit server configuration. Requirements

安装:

  1. Upload the bitsplit-media-delivery folder to /wp-content/plugins/.
  2. Activate BitSplit Media Delivery.
  3. Open Tools -> BitSplit.
  4. Choose an access mode.
  5. Enable split media delivery.
  6. Export the recovery manifest and store it safely.

屏幕截图:

  • See how BitSplit replaces a stable media file URL with incomplete storage and on-demand browser reconstruction.

常见问题:

Does BitSplit make downloading impossible?

No. Public content must reach the viewer's browser. BitSplit removes the simple ready-file URL and makes downloaders reproduce the reconstruction protocol.

Is BitSplit encryption?

No. The reconstruction-data transport uses standard cryptography, but the stored BitSplit block is an incomplete, unencrypted representation of the source.

Is any functionality locked behind payment?

No. The plugin is entirely free: every feature and all executable code ship in this package, with no paid tier, license, trial, or quota.

What happens when I deactivate or delete the plugin?

The plugin attempts to restore protected attachments to their normal public paths before removing its metadata. Keep a current exported manifest and filesystem backup before bulk operations.

Does it need Python?

No. The codec is implemented in PHP with GMP and in browser JavaScript.

更新日志:

1.3.0 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.1.0 1.0.0