background gif

The sixth primitive · Cognitive–cryptographic

A new kind of proof

Cryptography’s familiar pantheon leaves a gap: human-scale, interactive proof of knowledge that does not export a reusable secret artifact onto the channel. ENI6MA positions a cognitive–cryptographic primitive in that gap, without claiming to obsolete AES or SNARKs for their jobs.

Jump to formal section

~6 min overview · ~4 min formalContinue: Channel Zero

What the sixth primitive is

Five familiar tools own clear jobs. Name them in everyday terms, then notice the missing one: prove you know something now, for this request, without leaving a stealable credential.

  • Encryption

    Hide bytes from outsiders who lack the key.

  • Hash

    Fingerprint data so tampering shows up.

  • MAC

    Prove a shared secret holder authenticated a message.

  • Signature

    Prove a private-key holder endorsed a statement.

  • Zero-knowledge

    Prove a statement holds without revealing the witness, often as a portable artifact.

A new kind of proof · different job

Climb five familiar rungs (encrypt, hash, MAC, sign, ZK), then the gold sixth rung for Channel Zero membership, one-shot, and empty mutual information. Peers, not predecessors: the sixth job sits beside the others. Takeaway: ENI6MA adds a missing authorization primitive, not a claim of better AES.

Why presence as work matters

A human or agent proves by doing membership work on a fresh geometry, not by presenting a stored string. The public result is a membership witness: evidence that the work happened now, for this challenge, without exporting the private map φ. That is deepfake-resilient framing around presence, not a biometric database.

Vs normal crypto and zero-knowledge

Sixth primitive is ladder language, not an ISO taxonomy number. Place the claim on the information-theoretic / empty-channel side while engineering still uses computational building blocks (hashes, authenticated encryption) for integrity. Peers, not predecessors: Zero-knowledge proofs shine at “statement holds without revealing witness,” and often carry the artifact problem. Taxonomy: Why not all proofs are equal.

One proof family

Three surfaces (cloud, agent, and human) share one envelope primitive rather than three incompatible credential schemes. Read the shared core first, then the surface-specific ceremony wrappers. Takeaway: Channel Zero is one proof job expressed across form factors.

If someone records the channel

Observers see bearings and verdicts, not the private legend. Under Channel Zero, that notebook does not yield φ. Ceremony detail: Human ceremony proofs.

Formal design goal

The authorization claim class targets near-zero mutual information between the hidden secret and the public transcript given the challenge:

Sixth-primitive leakage target

Read as: Given the challenge, the public proof transcript carries no mutual information about the hidden secret state.

Arguments

X
: hidden state: private map, secret choice, key material, or local ceremony state
O
: observable public transcript or archive
C
: public challenge or context conditioning the observation

Operators

I
: mutual information between hidden state and observation
\mid
: conditioning on the public challenge
= 0
: zero effective leakage under the stated model

Significance: This is the formal reason the page treats the primitive as a separate proof category rather than another possession artifact.

Computational contrast: The primitive is not a new hardness clock; it is a claim that the authorization channel can be useful without exporting reusable secret information.

References:Channel ZeroInformation-theoretic authorization

That is Shannon emptiness for authorization (I as mutual information), not a hardness clock. Symbol table: notation. Model scope: Claims. Papers: Research papers. Method walkthrough: How Rosario works.