PixelSeal
Pixel-level cryptographic identity

Images Lose Metadata.
PixelSeal Doesn't.

PixelSeal embeds a cryptographically signed identity directly into image pixels — invisible, compression-resilient, and verifiable anywhere.

The Problem

The Internet Strips Context

Once your image leaves your platform, it loses its identity. PixelSeal restores persistence at the signal layer.

IPTC removed

Social platforms strip embedded text metadata on upload.

EXIF wiped

Camera data, GPS, and author fields deleted silently.

C2PA often stripped

Content Credentials not preserved across most pipelines.

Screenshots destroy metadata

Screen capture creates a new file with zero provenance.

Visible watermarks can be cropped

Overlay-based marks are removed in seconds with AI.

The Solution

Pixel-Level Identity

PixelSeal embeds a structured, signed payload into the DCT coefficients of your image — surviving every transform the internet throws at it.

Creator ID

8-byte SHA-256 hash of the creator's identity, embedded directly into pixel signal.

Asset ID

Content-derived fingerprint linking the signature to the original file bytes.

Timestamp

32-bit Unix timestamp proving when the signature was created.

HMAC Signature

Truncated HMAC-SHA256 tag — cryptographically proves the payload hasn't been tampered with.

Protected By

Reed–Solomon RS(45,28)

Corrects up to 8 byte-level errors

Redundant DCT Embedding

5× payload copies across mid-frequency coefficients

Alignment Recovery

Phase search + scaled-grid extraction for crop/resize survival

CRC-16 + HMAC-4

Dual integrity validation at payload level

Proven Resilience

Survival Matrix

Real results from PixelSeal's stress test suite. Zero embed changes needed.

TransformSurvival
JPEG Q90Pass
JPEG Q80Pass
JPEG Q60Pass
ResizePass*
5% CropPass**

* Alignment recovery mode required  ·  ** Crop recovery with original-grid reconstruction

Trust Layer

Identity Needs a Registry

Without a registry, a pixel signature proves origin but cannot recover context. PixelSeal Registry provides the lookup layer that connects embedded identities to real-world profiles.

Explore the Registry

Creator Profiles

Public identity for signature holders

Public Key Mgmt

Key storage, rotation, and revocation

Asset Lookup

Query any embedded asset by hash

Proof Records

Timestamped verification history

Key Rotation

Seamless key updates without re-embedding

Revocation

Invalidate compromised keys instantly

For Developers

Built for Platforms

Integrate PixelSeal into your pipeline in minutes, not months.

Node SDK

Import @pixelseal/core and embed/verify programmatically.

REST API

POST /v1/embed and /v1/verify endpoints with JSON responses.

CLI

pixelseal embed, verify, stress-test from your terminal.

Docker

Self-hosted container for air-gapped environments.

embed.ts
import { embedPixelSealForFile } from "@pixelseal/core";

const result = await embedPixelSealForFile(
  "photo.jpg",
  "sealed.jpg",
  {
    strength: "auto",
    creatorId: "user-123",
    secret: process.env.PIXELSEAL_SECRET!,
    runVerifyAfter: true,
    runStressTest: false,
  }
);

console.log(result.verifyResult?.confidence);
// → 100

Enterprise

Infrastructure for Marketplaces

Bulk embedding, real-time verification, platform-wide scanning, and compliance — built for teams that ship millions of images.

Bulk Embedding

Process thousands of images per minute with parallel pipelines.

Real-time Verification

Sub-second verify on upload, download, or API request.

Platform Scanning

Crawl and verify images across your entire asset library.

Compliance Layer

Audit trails, structured logs, and exportable proof records.

Stop losing identity at the pixel layer.

Get started with PixelSeal today. Embed, verify, and prove — at the signal level.