Authoritative Public Index

Onyx Mail Verification Registry

This registry identifies the public values a verifier must compare before relying on an Onyx Mail artifact. It does not ask the browser to establish its own trust. Cryptographic verification remains a local operation under the verifier's control.

Registry State

Current published values

Identifiers are shown in full. Truncated values are not verification substitutes.

Release4.21.1
Canary stateCurrent
Artifact alignmentAligned
JavaScriptOptional

[SIGNED ARTIFACT]

Warrant Canary

The current artifact is PGP-clearsigned and distributed through a stable well-known path. Its validity is bounded by dates inside the signed text.

StateCurrent
Signed2026-07-21
Next update2026-08-20

SHA-256 of served clearsigned bytes

9d68c989c638b5762d5204560058c6612a3939807bb73855706414de44f19966

[CANARY KEY]

Warrant-Canary Signing Key

This key role is limited to the warrant canary. It is distinct from the key used for encrypted security contact.

Key ID3421FCA17ADF0933

Complete fingerprint

F60C F128 EE34 35F9 A4D5 3850 3421 FCA1 7ADF 0933

[CONTACT KEY]

Security Contact Key

This key encrypts security-report content sent to [email protected]. It does not sign the warrant canary.

Key ID84D7298E7EE5650B

Complete fingerprint

BCF4 79BE 7BF5 6646 600D 5CDD 84D7 298E 7EE5 650B

[TOR ADDRESS]

Public Site Onion Service

Compare the complete 56-character hostname and suffix before use. Tor changes the network path. It does not establish universal anonymity.

Publishedv3
onyxxqklg2zhfojp7pzm6svwvwjrwkhrcp4mxbs7itu22nh3ggtpnbqd.onion

Independent Procedure

Verification sequence

The sequence matters. A signature verified against an untrusted replacement key does not establish the intended identity.

1

Acquire an anchor

Obtain the complete expected fingerprint or Tor address through an independent trusted path. Do not rely on a short identifier.

2

Compare exactly

Compare every fingerprint character or all 56 onion-hostname characters. Stop if any character differs.

3

Retrieve artifacts

Download the public key and clearsigned statement from their stable routes. Preserve the artifact bytes.

4

Verify locally

Use GnuPG outside the page. Confirm the expected full fingerprint, good signature, signed dates, and statement scope.

curl -fSLo onyxmail-canary-public.asc https://onyxmail.net/canary/public.asc
curl -fSLo current_clearsigned.asc https://onyxmail.net/.well-known/canary/current_clearsigned.asc
gpg --show-keys --fingerprint onyxmail-canary-public.asc
gpg --import onyxmail-canary-public.asc
gpg --verify current_clearsigned.asc

Trust Boundaries

What each result establishes

ResultEstablishesDoes not establish
PGP signature validThe signed bytes match and the holder of the corresponding private key produced the signature.Every statement is true, the signer is uncompromised, or no event occurred after signing.
Canary within periodThe signed dates have not passed at the verifier's reference time.Future availability or a condition after the signature time.
Tor address matchedThe browser is directed to the compared onion-service identifier.A safe endpoint, uncompromised browser, or anonymity under every threat model.
Artifact hash matchedThe compared bytes are identical under SHA-256.Authorship or truth unless a separately trusted signature is also verified.

This page deliberately provides no browser-generated cryptographic verdict. The registry supplies inputs and procedures. Independent tools supply the result.