Linux 软件免费装

ArchivioMD

开发者 mtnviewpro
更新时间 2026年3月19日 01:12
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

security compliance cryptography content-integrity digital-signature

下载

1.16.0 1.17.4 1.17.5 1.17.6 1.17.7 1.19.0 1.19.1 1.19.2 1.7.0

详情介绍:

ArchivioMD gives WordPress sites a cryptographic proof layer. Every post, page, and document gets a verifiable integrity record — independently checkable without trusting the platform, the host, or the database. Built for journalists, compliance teams, legal publishers, and anyone for whom the question "was this changed after it was published?" has a real answer. Content Hashing Every post and page is hashed deterministically on publish and update. A verification badge (✓ Verified / ✗ Unverified / − Not Signed) appears on every post. Verification files are downloadable for offline confirmation. Shortcode: [hash_verify]. Supported algorithms include SHA-256/384/512 family, SHA-3, BLAKE2b/2s, BLAKE3, SHAKE, RIPEMD-160, Whirlpool, and GOST variants. HMAC Integrity Mode adds a shared-secret layer on top of hashing. The key lives in wp-config.php — never the database — so an adversary with database access alone cannot silently update a hash. define('ARCHIVIOMD_HMAC_KEY', 'your-secret-key'); Document Signing All signing methods sign the same canonical message and run independently. Any combination can be active simultaneously. Ed25519 (recommended for most sites) — uses PHP sodium (ext-sodium). Private key in wp-config.php; public key published at /.well-known/ed25519-pubkey.txt. In-browser keypair generator included. Supports DSSE envelope mode (Sigstore spec) with PAE binding to prevent cross-protocol replay. SLH-DSA / SPHINCS+ (post-quantum) — pure-PHP implementation of NIST FIPS 205. No extensions, no Composer dependencies; works on any shared host running PHP 7.4+. Security rests on SHA-256 alone — not on factoring or discrete logarithms. Four parameter sets: SLH-DSA-SHA2-128s (default, 7,856-byte signatures), -128f (faster, 17,088 bytes), -192s, -256s. Signing takes 200–600 ms on shared hosting per publish event — front-end rendering is not affected. Running Ed25519 and SLH-DSA together (hybrid mode) provides both classical and quantum verifiability from a single DSSE envelope. ECDSA P-256 ⚠️ Enterprise/compliance mode only. Enable when an external framework (eIDAS, SOC 2, HIPAA, government PKI) explicitly requires X.509 certificate-backed ECDSA. For all other sites, Ed25519 is recommended. Nonce generation is 100% delegated to OpenSSL. RSA ⚠️ Legacy compatibility only. Enable when a downstream system cannot accept Ed25519, ECDSA, or SLH-DSA keys. CMS / PKCS#7 — Detached DER signatures importable into Adobe Acrobat, Windows Explorer, and enterprise DMS platforms. Reuses your ECDSA or RSA key. JSON-LD / W3C Data Integrity — Produces eddsa-rdfc-2022 and ecdsa-rdfc-2019 proof blocks per post and publishes a did:web DID document at /.well-known/did.json. Compatible with ActivityPub, W3C Verifiable Credentials, and decentralised identity wallets. All private keys are stored in wp-config.php — never in the database. PEM files uploaded via the admin UI are stored outside DOCUMENT_ROOT, chmod 0600, with an .htaccess Deny guard. DANE / DNS Key Corroboration Publishes every active signing key as a DNSSEC-protected DNS TXT record, giving verifiers a trust path entirely independent of your web server and TLS certificate. An attacker must compromise both your web host and your DNS zone simultaneously to forge a key. Records use the amd1 tag-value format (modelled on DKIM): _archiviomd._domainkey.example.com. IN TXT "v=amd1; k=ed25519; p=" When ECDSA P-256 is configured, an optional TLSA record (RFC 6698, DANE-EE, Selector=1) binds the leaf certificate to your HTTPS service. A machine-readable discovery endpoint at /.well-known/archiviomd-dns.json lists all active records and expected values. A self-describing format specification is served at /.well-known/archiviomd-dns-spec.json regardless of whether DANE is enabled. Weekly passive health checks via wp-cron surface failures as dismissible admin notices. Key rotation mode suppresses false-positive mismatch warnings during DNS TTL expiry. Full WP-CLI support: wp archiviomd dane-check. DNSSEC is required for DANE to provide actual security. Most registrars offer it with a single toggle. External Anchoring RFC 3161 Trusted Timestamps — Sends content hashes to a Time Stamp Authority on every anchor job. The signed .tsr token binds the hash to a specific time and is independently verifiable offline with OpenSSL. Built-in providers: FreeTSA.org, DigiCert, GlobalSign, Sectigo. Custom endpoint supported. Sigstore / Rekor Transparency Log — Submits a hashedrekord entry to the public Rekor append-only log (rekor.sigstore.dev) on every anchor job. Entries are immutable and publicly verifiable without an account or API key. When Ed25519 keys are configured, entries are signed with the site key; otherwise an ephemeral keypair is generated automatically. Git Repository Anchoring — Commits integrity records to GitHub or GitLab (public, private, or self-hosted) on every anchor job, creating an independent audit trail in commit history. All three anchoring methods can run simultaneously on every job. Document Management Browser-based editing (no FTP) for Markdown meta-documentation (security.txt, privacy policy, terms of service, etc.) and SEO/compliance files: robots.txt, llms.txt, ads.txt, app-ads.txt, sellers.json, ai.txt. Documents get automatic UUID assignment, SHA-256 checksum tracking, and an append-only changelog. Standard and comprehensive XML sitemaps included. Compliance & Audit Tools Metadata CSV, Compliance JSON, and Backup ZIP exports each generate a companion .sig.json integrity receipt (SHA-256 hash + optional cryptographic signature). The Compliance JSON export preserves full relationships between posts, hash history, anchor log entries, and RFC 3161 TSR manifests — suitable for legal evidence packages and SIEM ingestion. Manual checksum verification (read-only; does not modify anything). Backup & Restore with mandatory dry-run before any restore operation. WP-CLI: wp archiviomd process-queue, anchor-post <id>, verify <id>, prune-log. Canary Tokens (Steganographic Fingerprinting) Entirely opt-in. Nothing is injected unless you explicitly enable it. Embeds an invisible, HMAC-authenticated fingerprint (post ID + timestamp + 48-bit MAC) into published content at render time — stored content is never modified. Fingerprints survive copy-paste and can identify the source of scraped content. A built-in decoder and DMCA Notice Generator are included. Signed evidence packages (.sig.json) can be generated after a successful decode for use in legal proceedings. Encoding operates across up to 14 channels in three layers: Unicode layer (survives copy-paste; stripped by OCR): zero-width characters, thin-space variants, apostrophe variants, soft hyphens. Semantic layer (survives OCR and Unicode normalisation; each opt-in): contraction encoding, synonym substitution, punctuation choice, spelling variants, hyphenation choices, number/date style, punctuation style II, citation/title style. Structural layer (CDN-proof): sentence-count parity, word-count parity. Each bit is encoded three times per active channel with majority-vote redundancy. A cache compatibility layer ensures fingerprints survive HTML minification by WP Super Cache, W3 Total Cache, LiteSpeed Cache, WP Rocket, and similar plugins. The Canary Coverage meta box on the post edit screen shows per-channel slot availability before you publish. Ideal For Important Notes All metadata is stored in the WordPress database. Regular database backups are required. All verification, export, and backup operations are admin-triggered and read-only — the plugin does not prevent or block modifications. Markdown and SEO files are stored in uploads/meta-docs/ and are preserved on uninstall.

安装:

Automatic Installation
  1. Log in to your WordPress admin panel
  2. Navigate to Plugins → Add New
  3. Search for "ArchivioMD"
  4. Click "Install Now" and then "Activate"
  5. Navigate to Settings → Permalinks and click "Save Changes" (required for .well-known/ file serving)
Manual Installation
  1. Download the plugin ZIP file
  2. Upload via Plugins → Add New → Upload Plugin
  3. Activate the plugin
  4. Navigate to Settings → Permalinks and click "Save Changes"
After activation you will see Meta Docs & SEO in the admin sidebar and ArchivioMD under the Tools menu.

屏幕截图:

  • Meta Documentation & SEO Manager — central file manager for meta-documentation Markdown files, SEO configuration files, and XML sitemaps.
  • Canary Tokens — semantic steganography channel settings, showing the full list of available fingerprinting channels (contraction encoding, synonym substitution, spelling variants, and more).
  • Trusted Timestamps (RFC 3161) — anchoring configuration panel with TSA provider selection, anchor queue status, and activity log with export options.
  • Rekor / Sigstore Transparency Log — server requirements check, Rekor anchoring settings, and activity log for submissions to the Sigstore public transparency log.

升级注意事项:

1.19.1 Fixes verification badge text appearing in search engine title tags when Yoast SEO or other SEO plugins are active. Recommended for all users. No configuration changes required. 1.19.0 Fixes custom markdown files returning 404 (.well-known/meta-docs/ routing), unreliable rewrite flush after AJAX file creation, and REST endpoint security hardening. Recommended for all users. No configuration changes required. 1.17.4 Fixes a version mismatch where the plugin header and MDSM_VERSION constant were not updated from 1.16.0. No functional changes; no configuration changes required. 1.17.0 Adds DANE / DNS Key Corroboration. Flush permalinks after upgrading to activate /.well-known/archiviomd-dns.json. 1.16.0 Adds RSA, CMS/PKCS#7, and JSON-LD/W3C Data Integrity signing methods. All opt-in, disabled by default. Flush permalinks after upgrading to activate /.well-known/did.json and /.well-known/rsa-pubkey.pem. 1.15.0 Adds ECDSA P-256 signing (Enterprise / Compliance Mode). Opt-in, disabled by default. Flush permalinks after upgrading to activate /.well-known/ecdsa-cert.pem. 1.13.1 Security hardening for Canary Tokens: SSRF fix, rate limiter bypass fix, evidence receipt integrity fix, ReDoS fix, and removal of sslverify => false. Upgrade recommended for all sites using Canary Tokens.

常见问题:

Where are my files stored?

Markdown and SEO files are stored in uploads/meta-docs/. Metadata (UUIDs, checksums, changelogs) is stored in wp_options with the prefix mdsm_doc_meta_.

Do I need to back up the database?

Yes. All metadata is stored in the database. The plugin's Backup & Restore tool provides portable archives, but standard database backups are still required.

What happens if I uninstall the plugin?

All files remain in the uploads directory. Database options are only deleted if you explicitly enable metadata cleanup before uninstalling.

Does this plugin enforce file integrity?

No. It tracks integrity and provides manual verification tools. Verification is admin-triggered and read-only — it does not prevent or block modifications.

Can I verify signatures without WordPress?

Yes. All signing methods are independently verifiable with standard tooling — no WordPress dependency required.

  • Ed25519: retrieve the public key from /.well-known/ed25519-pubkey.txt and verify with any sodium-compatible tool.
  • SLH-DSA: retrieve the public key from /.well-known/slhdsa-pubkey.txt and verify with any FIPS 205-compatible library (e.g. pyspx).
  • ECDSA P-256: retrieve the certificate from /.well-known/ecdsa-cert.pem and verify with OpenSSL or the Python cryptography library.
  • RSA: retrieve the public key from /.well-known/rsa-pubkey.pem and verify with OpenSSL.
  • CMS/PKCS#7: decode the base64 DER blob and verify with OpenSSL, Adobe Acrobat, Java Bouncy Castle, or Windows CertUtil.
  • JSON-LD: retrieve the DID document from /.well-known/did.json and verify with @digitalbazaar/jsonld-signatures (JS) or pyld + cryptography (Python).
  • RFC 3161: download the .tsr and .tsq files from the compliance tools page and run openssl ts -verify -in response.tsr -queryfile request.tsq -CAfile tsa.crt.
  • Rekor: use rekor-cli verify --artifact-hash sha256:<HASH> --log-index <INDEX> or look up the entry at https://search.sigstore.dev/?logIndex=<INDEX>.

When should I use ECDSA P-256 instead of Ed25519?

Only when an external compliance framework explicitly requires X.509 certificate-backed ECDSA — for example, eIDAS qualified signatures, certain government PKI mandates, SOC 2 audit requirements specifying certificate-bound signatures, or HIPAA requirements from a specific assessor. For all other sites, Ed25519 is recommended: simpler to configure, no certificate expiry to manage, and equally secure.

When should I use the extended signing formats (RSA, CMS, JSON-LD)?

Use RSA only when a downstream system cannot accept Ed25519, ECDSA, or SLH-DSA keys — for example, older HSMs or legacy enterprise toolchains hardcoded to RSA. Use CMS/PKCS#7 when a DMS, Adobe Acrobat workflow, or regulated-industry audit tool specifically requires .p7s format. Use JSON-LD / W3C Data Integrity when building interoperability with ActivityPub implementations, W3C Verifiable Credential ecosystems, or decentralised identity wallets. For general integrity verification, Ed25519 covers all common use cases with far less operational overhead.

Why is SLH-DSA signing slow?

SLH-DSA (SPHINCS+) builds a Merkle tree of hundreds of hash computations per signature. Because this implementation is pure PHP rather than a native C extension, expect 200–600 ms on shared hosting for the default SHA2-128s parameter set. To reduce it, switch to SHA2-128f — same NIST Category 1 security, 5–10× faster signing, larger signatures. This overhead occurs once per publish event and has no effect on front-end page rendering.

Should I run Ed25519 and SLH-DSA together?

Yes, if you need verifiability today and quantum resilience for the future. In hybrid mode the DSSE envelope carries both signatures. Existing verifiers that only understand Ed25519 continue to work unchanged.

Does Rekor require an API key?

No. The public good instance (rekor.sigstore.dev) is a free, unauthenticated API operated by the Linux Foundation's Sigstore project.

Does DANE Corroboration require DNSSEC?

Yes. Without DNSSEC, DNS responses are unauthenticated and the TXT records provide no additional trust over the web server alone. Most registrars now offer DNSSEC with a single toggle.

Is this plugin GDPR compliant?

The plugin does not collect, store, or process personal data from visitors. It stores administrative metadata associated with WordPress user accounts. Compliance with GDPR depends on how you use the plugin — consult your legal team.

Can non-admin users access these features?

No. All features require the manage_options capability (administrator role).

更新日志:

1.19.2 1.19.1 1.19.0 1.17.4 1.17.3 1.17.2 1.17.1 1.17.0 1.16.0 1.15.0 1.14.0 1.13.1 1.13.0 1.12.0 1.11.0 1.10.0