跳至主要内容

Blackcat Informatics® Inc.

始于一九九六年,以雅御繁。

信任与溯源

信任与溯源

本站的真实性可独立验证——身份、密钥、签名与隐私立场集中于此,并可在您自己的浏览器中实时校验。

在浏览器中验证

下列校验全部在您的浏览器中本地运行(WebCrypto + 同源请求):重新计算哈希、用已发布的 Ed25519 公钥验证来源清单签名。

    这些校验能证明什么、不能证明什么

    这些校验能证明:下载的产物与已发布的哈希一致;已签名产物可针对已发布的 OpenPGP 密钥通过验证;当前的 Ed25519 密钥已获授权用于 HTTP 响应签名。它们不能证明每一项传记性陈述都经过外部核实,也不能替代对第三方资料的独立核验。

    身份

    密钥与加密

    本站采用双密钥模型:以长期的 PGP 密钥作为持久身份,并以每年轮换的 Ed25519 密钥签署 HTTP 响应。

    签名产物与内容溯源

    验证范例

    导入已发布密钥,验证任一已签名资源,并检视构建来源:

    # inspect the key's fingerprint BEFORE importing — compare it to the one above
    curl -s https://blackcatinformatics.ca/.well-known/pgp.txt | gpg --import-options show-only --with-fingerprint --import
    
    # then import, fetch a signed artifact + its signature, and verify
    curl -s https://blackcatinformatics.ca/.well-known/pgp.txt | gpg --import
    curl -sO https://blackcatinformatics.ca/llms.txt
    curl -sO https://blackcatinformatics.ca/llms.txt.asc
    gpg --verify llms.txt.asc llms.txt
    
    curl -s https://blackcatinformatics.ca/.well-known/content-provenance.json | jq '.subjects[].sha256'

    页面完整性

    • 本页的脚本与样式以 SRI 哈希锁定(上方的“在浏览器中验证”会重新计算并比对)。
    • 构建版本: 4e109ad · 生成于

    安全联系

    隐私立场

    邮件与传输安全(DNS)

    以下为 blackcatinformatics.ca 的已发布记录(“在浏览器中验证”会通过 DNS-over-HTTPS 实时拉取):

    记录立场
    SPF-all (strict) include:spf.blackcat.ca
    DKIMpublished Google selector, RSA-2048
    DMARCp=reject strict alignment (aspf=s; adkim=s)
    MTA-STSenforce Google MX
    TLS-RPTenabled
    DNSSECsigned ECDSAP256SHA256

    MTA-STS policy

    标准索引

    标准实现
    W3C DID/.well-known/did.json
    WebFinger (RFC 7033)/.well-known/webfinger
    OpenPGP WKD/.well-known/openpgpkey/
    RFC 7929 (DANE OPENPGPKEY)…_openpgpkey.<domain> (DNSSEC)
    RFC 9116/.well-known/security.txt
    RFC 9421/.well-known/http-message-signatures-directory
    RFC 9264/.well-known/api-catalog · 发现目录
    C2PA/.well-known/content-provenance.json
    NIP-05/.well-known/nostr.json
    GPC/.well-known/gpc.json