// THREAT DETECTION AND DATA PRIVACY TERM

Zero Knowledge

Zero Knowledge is a security method where one party can prove to another that they know a specific piece of information, without revealing the information itself. It allows for verifying secrets, like passwords or identity details, while keeping the actual data completely private.

TECHNICAL DEFINITION

Zero Knowledge refers to a cryptographic protocol, most commonly a Zero-Knowledge Proof (ZKP), in which a prover demonstrates to a verifier that a statement is true without revealing any information beyond the statement's validity. This concept is integral to privacy-preserving technologies in blockchain (e.g., zk-SNARKs), digital identity systems, and secure authentication, enabling data validation without data disclosure.

BACKGROUND

A zero-day is a vulnerability or security hole in a computer system unknown to its developers or anyone capable of mitigating it. Until the vulnerability is remedied, threat actors can exploit it in a zero-day exploit, or zero-day attack.

READ MORE ON WIKIPEDIA

SYNONYMS & ALIASES

  • Zero-Knowledge Proof
  • ZKP
  • Knowledge-Hiding Proof
  • ZK Protocol
  • Privacy-Preserving Verification
  • Blind Proof

USAGE NOTE

The term is most frequently applied in the context of 'Zero-Knowledge Proofs' (ZKPs) used for enhancing privacy in blockchain transactions and secure identity verification.

DEVELOPERS

Organizations developing technology related to Zero Knowledge.

  • StarkWare Industries

    Develops cryptographic scaling solutions for blockchains based on STARK (Scalable Transparent ARgument of Knowledge) proofs. Their products, like StarkNet, enhance security and privacy for decentralized applications.

  • Matter Labs

    The creator of zkSync, a Layer-2 protocol that scales Ethereum with zero-knowledge rollup technology. It focuses on providing secure, low-cost transactions without compromising on security.

  • Electric Coin Company (ECC)

    The team behind the Zcash cryptocurrency, which pioneered the application of zk-SNARKs (Zero-Knowledge Succinct Non-Interactive ARguments of Knowledge) to provide strong privacy protections for blockchain transactions.

  • RISC Zero

    Builds a general-purpose zero-knowledge virtual machine (zkVM) that allows any developer to create ZK proofs of computation for standard programming languages, enabling verifiable and private software execution.

  • Ingonyama

    A semiconductor company that designs and builds hardware accelerators (FPGAs, ASICs) specifically for zero-knowledge proof computations, aiming to significantly speed up ZK-based systems.

  • Aztec

    A company focused on building privacy and scaling solutions for Ethereum. They use ZK-rollup technology to enable confidential transactions on public blockchains.

  • Polyhedra Network

    Develops infrastructure for Web3 interoperability and scalability using advanced zero-knowledge proof systems. Their products, like zkBridge, enable trustless and secure cross-chain communication.

  • IBM Research

    The research division of IBM, which conducts foundational research in cryptography. They have contributed significantly to the development and standardization of zero-knowledge proof systems for enterprise security applications.

RELATED TERMS IN COMPLIANCE & PRIVACY