Alpha 1.0
No key yet.
(none)
(hidden)
β
(locked)
(locked)
(locked)
(locked)
β
mind_hash.creator_id is derived from your public key and linked to your mindprint.trace-7.0 token
β’ Keys:
β WebCrypto Ed25519
β Public key exported as raw bytes β base64url
β Private key stored locally as PKCS8 + base64url (never uploaded)
β’ creator_id:
β <creator_id> = "sha256:" + SHA-256(JSON(publicKeyObject))
β Deterministic and device-agnostic; same key β same creator_id
β’ Mindprint:
β Logs keypress timestamps while you type
β Computes mean & variance of intervals, flatness, speed, etc.
β Hashes these features β mind_hash (no raw timing stored)
β’ Content Origin (ORIGIN-X hybrid, alpha):
β Text: light heuristic only (length, punctuation ratio)
β Image: dual-layer heuristic
Β· legacy: colorfulness, brightness, neighbor texture, per-channel variance
Β· ORIGIN-X: grayscale noise residuals (Laplacian), energy and structure
β Produces a 0β1 score:
Β· < 0.45 β Human-leaning (conservative)
Β· 0.45β0.75 β Mixed / uncertain
Β· > 0.75 β AI-leaning (strong synthetic fingerprints)
The scoring is biased to avoid false AI flags on real camera images.
β’ TRACE token (trace-7.0):
{
version: "trace-7.0",
scheme: "signai-trace",
content_type: "text/plain",
content_hash: SHA-256(text),
created_at: iso8601,
metadata: {
creator_id,
mindprint: { mind_hash },
image_hash: (optional),
content_origin: {
score, label,
text: (light heuristic),
image: (origin-x hybrid snapshot)
},
session: { issued_at, expires_in, nonce }
},
proof: {
alg: "Ed25519",
edPublic,
sig: base64url(Ed25519_signature_over_canonical_payload)
}
}
β’ Glyph:
β Seed = content_hash + image_hash + creator_id
β Seed β SHA-256 β hex pattern
β Hex pattern drives:
Β· 4Γ4 grid of animated circles
Β· palette (depends on content origin score)
Β· rotation and pulse timings
β Always the same for the same payload β visual βDNAβ of the badge.