PriorMark
Intellectual Property Protection
Technology
A detailed look at the tools and protocols behind PriorMark — why each was chosen and what role it plays in making your claim tamper-proof and independently verifiable.
No wallet, blockchain knowledge, or technical expertise required for this service.
Jump to section
One-way content fingerprint
Authenticated symmetric encryption
Encrypted cloud storage
On-chain timestamp records
Every claim on PriorMark can be verified without involving us at all.
1. Locate the transaction on HashScan using your Topic ID and HCS Ledger Sequence Number.
2. Read the raw message — it contains your SHA-3/512 hash and submission metadata.
3. Run SHA-3/512 on your original content locally.
4. If the hashes match, the content is proven authentic and unchanged since submission — and the ledger timestamp is your independently verifiable proof of prior possession, established by the Hedera network with no involvement from us.
No login to a wallet or blockchain, no trust in us required. Priormark is just the glue. The Hedera Mirror Node API and HashScan are public infrastructure operated independently of this platform by the Hedera Foundation and Hedera Council consisting of 34 global companies.
Blockchain is the familiar term. Hedera is the better technology — a carbon-negative public distributed ledger, powered by hashgraph consensus. When you submit, a message containing your content fingerprint is written to a Hedera topic. The network's nodes reach consensus on the exact time, establishing your timestamp permanently and without any involvement from PriorMark. That timestamp is your legally defensible proof of prior possession. That network is governed not by a company, but by a global council of independent organizations.



These organizations govern Hedera's network protocol — not its content. Only a SHA-3/512 fingerprint of your idea ever touches the ledger; the actual content never does. Council members have no visibility into what was submitted or by whom.
Real-world enterprise adoption
Lloyds Banking Group, Aberdeen Investments, and Archax completed the UK's first foreign exchange trades using tokenized real-world assets as collateral — powered by Hedera. The trades were executed on a UK FCA-regulated digital asset exchange, demonstrating that Hedera meets the standards required for regulated financial infrastructure.
Lloyds + Aberdeen + Archax case study — Hedera →Asynchronous Byzantine Fault Tolerant consensus
Where blockchains elect leaders to propose sequential blocks — opening the door to manipulation and probabilistic finality — Hedera's hashgraph achieves asynchronous Byzantine Fault Tolerance (aBFT): the highest security grade formally provable for any distributed system. Consensus is reached even if malicious nodes are present, with no single party ever in control of ordering.
For every PriorMark timestamp, that means:
• Absolute finality — not probabilistic like Bitcoin. Your record cannot be reversed once confirmed.
• Fair ordering — no miner or validator controls when your submission lands. The timestamp is mathematically derived from network consensus.
• No forks — hashgraph mathematically cannot split into competing histories.
• No leader election — no single node is ever chosen to decide transaction order.
• aBFT mathematically proven — security properties are formally proven, not just assumed.
• Speed — finality in 3–5 seconds at 10,000+ TPS. Compare: Bitcoin ~7 TPS, Ethereum ~30 TPS.
• Efficiency — ~0.000003 kWh per transaction. Hedera purchases carbon offsets exceeding its full operational footprint — carbon-negative by policy.
Timestamp record
When you submit a claim, a message containing your content's SHA-3/512 fingerprint and submission metadata is written to a public HCS topic. Hedera's network of independent nodes reaches consensus on the exact order and timestamp of every message — no single party controls it.
HCS is purpose-built for ordered, high-throughput messaging — not general computation. Finality in seconds, fractions of a cent per message, publicly auditable on HashScan.
Public ledger viewer
HashScan is the public explorer for the Hedera network, operated by Swirlds Labs. It provides a human-readable interface to browse every transaction and topic message on Hedera — including every PriorMark claim.
Every claim submitted on PriorMark links directly to its HashScan record — the raw HCS message containing the content fingerprint and timestamp, visible to anyone without an account.
HashScan is independent public infrastructure. Even if PriorMark were unavailable, your claim record would remain browsable on HashScan and queryable via the Hedera Mirror Node API.
Quantum: HCS uses the ED25519 signature scheme — more quantum-resistant than RSA or ECDSA used by most blockchains. Hedera monitors NIST's post-quantum standards and has a protocol-level migration path that would not require re-submission of existing claims.
One-way cryptographic hash
Before anything leaves your session, any uploaded documents are individually hashed using SHA-3/512. The result is a fixed-length 512-bit fingerprint — any change to a file, even a single character, produces a completely different hash. Your title, summary, and description are written as plaintext to the Hedera ledger as your public priority record; document hashes are what goes on-chain for files — the document content itself never reaches the ledger.
SHA-3 is the current NIST standard hash function, standardized in 2015. The 512-bit variant provides stronger collision resistance and greater margin against future cryptanalysis than the more common 256-bit variant.
Why not SHA-256? SHA-256 (used by Bitcoin) is based on the Merkle–Damgård construction. SHA-3 uses a different sponge construction — any vulnerability discovered in SHA-2 would not affect SHA-3. For long-lived records, this independence matters.
Quantum: Grover's algorithm theoretically halves the effective bit strength of a hash function on a quantum computer — reducing SHA-3/512 to ~256-bit effective security. 256-bit remains computationally infeasible even with large-scale quantum hardware.
Symmetric authenticated encryption
Your description is never sent in plaintext — on Proof-Only, it never leaves your browser, and on Proof + Storage it is encrypted with AES-256-GCM before upload. AES-256 is the global standard for symmetric encryption — used by governments, banks, and militaries worldwide.
GCM (Galois/Counter Mode) adds authentication: each encrypted payload carries a 128-bit authentication tag. If anyone modifies the encrypted data in storage, decryption fails — silent corruption is not possible.
Each encryption uses a randomly generated 96-bit initialization vector (IV), so encrypting the same content twice produces completely different ciphertext — preventing pattern analysis across files.
Quantum: Grover's algorithm reduces AES-256's effective key strength to ~128-bit. 128-bit remains secure for the foreseeable future. We monitor NIST's post-quantum standards (ML-KEM) for a future migration path.
On the Proof + Storage tier, encrypted content is stored on Amazon S3 (AWS Simple Storage Service) — the industry-standard object storage platform used by the majority of the internet, with 99.999999999% (11 nines) durability. Files are encrypted client-side with AES-256-GCM before upload — only you hold the key. S3 handles content retrieval; it is never the proof mechanism.
AWS S3 stores objects redundantly across multiple Availability Zones within a region — a single hardware failure, or even an entire data center outage, cannot result in data loss. Access is controlled by AWS IAM policies; files are not publicly addressable.
Important: your proof of claim lives on the Hedera ledger as a SHA-3/512 hash. That record is permanent and independent of cloud storage. Your claim timestamp and content fingerprint remain on Hedera — verifiable forever with only your original files and a HashScan link.
PriorMark is designed for quantum resilience across every layer. Records submitted today are built to remain verifiable and tamper-proof as quantum computing advances.
Ledger (HCS): ED25519 signatures — more quantum-resistant than RSA or ECDSA. Hedera has a protocol-level migration path to NIST post-quantum standards (ML-DSA, SLH-DSA) without requiring re-submission of existing claims.
Hash (SHA-3/512): Grover's algorithm halves effective hash strength — reducing SHA-3/512 to ~256-bit effective security. 256-bit is computationally infeasible to break even with large-scale quantum hardware.
Encryption (AES-256-GCM): Reduced to ~128-bit effective security under Grover's algorithm. 128-bit remains secure for the foreseeable future. We monitor NIST's ML-KEM standard for a future migration path.
NIST finalized its first post-quantum cryptography standards in 2024. We treat quantum migration as a planned evolution, not an emergency — and the architecture is designed to accommodate it without invalidating existing claims.
© 2026 PriorMark. All rights reserved.