var img = document.createElement('img'); img.src = "https://analytics.zks-standard.org/matomo.php?idsite=1&rec=1&url=https://zks-standard.org" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content
Version: 1.0-RC2 / RELEASE CANDIDATE

Why ZKS Needs a Standard

The Case for Formalizing Zero-Knowledge Sovereignty

Document ID: WHY ZKS STANDARD [202601-V2.0]
Status: Position Paper (Prepared for Public Comment)
Audience: CISOs, Security Architects, Standards Bodies, Procurement Teams, Policy Makers


Executive Summary

The Zero-Knowledge Sovereignty (ZKS) Standard is an open technical specification that defines digital sovereignty as a falsifiable architectural property, rather than a matter of policy, intent, or organizational trust. Published by the ZKS Working Group as Release Candidate ZKS-1.0-RC2, ZKS moves beyond “end-to-end encryption” marketing claims by establishing rigorous, testable constraints on who can assemble the complete set of components required to decrypt user data.

In a ZKS-compliant system, data privacy is defined not by assurances or controls, but by the absence of technical capability, and trust is minimized to what can be proven impossible by architecture. ZKS provides system architects, auditors, and procurement teams with a normative framework for evaluating whether any service provider - or intermediary across the digital supply chain - retains the technical ability to access, derive, compel, or reconstruct decryptability, regardless of organizational policy or legal process.

A common objection arises:

“Isn’t this just topology? Why do we need a formal standard for something apparently so simple?”

This paper argues that the apparent simplicity of ZKS is precisely why rigorous standardization is necessary. It is easy to claim “the provider cannot decrypt.” However, proving impossibility requires exhaustive closure of every path to decryptability: collusion, coercion, hidden recovery mechanisms, metadata correlation enabling key targeting, malicious update paths, and aggregation of ciphertext with decryption-relevant components over time. The cost of missing even one path is a permanent loss of sovereignty.

ZKS differs from frameworks such as Zero Trust in the nature of the problem it standardizes:

  • Zero Trust: operational complexity (multi-component enforcement and continuous policy evaluation) → standardization improves interoperability and coverage.
  • ZKS: constraint complexity (complete closure of decryptability paths) → standardization ensures falsifiability and completeness.

This matters not only for individuals, but especially for enterprises and public administrations. ZKS does not prevent organizations from controlling their own data; it ensures that operational access to infrastructure - whether externalized to a vendor or delegated internally - does not automatically confer access to content. In other words, ZKS formalizes separation of duties enforced by architecture, not by policy.

The ZKS Standard exists to make “zero-knowledge” auditable rather than merely claimable, enabling procurement teams to specify requirements, auditors to verify compliance, and organizations to demonstrate that sovereignty claims are grounded in enforceable technical constraints.


1. Who Is the Provider?

Before examining in detail why ZKS requires a standard, we must clarify a foundational concept that shapes the entire discussion: the definition of “provider.”

1.1 The Provider Is Not Always External

In ZKS terminology, the “provider” is any party that operates infrastructure on which the system runs. This includes:

Provider TypeExamplesZKS Implication
External cloud vendorAWS, Azure, Google Cloud, SaaS providersMost commonly discussed scenario
Internal IT departmentCorporate IT, data centre operationsSame architectural constraints apply
Shared services functionGroup IT serving multiple business unitsProvider to business units, even within same legal entity
Managed service providerOutsourced IT operationsThird party operating on organisation’s infrastructure
Government shared servicesGovCloud, shared agency platformsProvider to constituent agencies

The critical insight: An organization’s internal IT department is still “the provider” in ZKS terms. The same architectural constraints that protect an organization from an external cloud vendor should protect business data from unnecessary exposure to infrastructure operators - regardless of employment relationship.

1.2 Why Internal Providers Matter

The assumption that internal IT is inherently trustworthy conflates organizational alignment with architectural security. This is not about questioning the integrity of IT staff; it is about removing the burden of toxic liability. If an admin credential is compromised by a hacker, ZKS ensures that administrative access does not become a data exfiltration vector.

AssumptionRealityZKS Response
“Our IT staff are employees, they’re trustworthy”Trust is policy; employees can be compromised, coerced, or make errorsArchitecture should not require trust
“We control our own infrastructure”Operational control ≠ need for content accessSeparation of duties should be architectural
“Internal breaches are less likely”Insider threats account for significant portion of breachesArchitecture limits blast radius regardless of threat source
“We can audit our own staff”Audit detects violations; architecture prevents themPrevention superior to detection for confidentiality

ZKS formalizes a principle that security professionals already understand: separation of duties. Infrastructure operators should be able to maintain systems without accessing data content. Database administrators should manage storage without reading records. Network engineers should route traffic without inspecting payloads.

“ZKS ensures that operational access to infrastructure does not automatically confer access to data. This is separation of duties enforced by architecture, not policy.”

1.3 Implications for This Document

Throughout this document, “provider” should be read broadly. The arguments for standardization apply equally whether the provider is:

  • An external SaaS vendor storing your data in their cloud
  • Your own IT department operating on-premises infrastructure
  • A shared services function serving multiple business units
  • A government agency operating shared platforms for other agencies

The standard exists to define architectural properties that should hold regardless of who operates the infrastructure.


2. Why Existing Standards Are Insufficient

A common response to ZKS is: “We already have standards for this.” This section explains why existing frameworks - while valuable - do not address the specific problem ZKS solves.

2.1 Existing Standards Comparison

StandardWhat It AddressesWhat It Does NOT Address
NIST SP 800-207 (Zero Trust)Network access control, identity verification, micro-segmentationWhether the provider can decrypt data; assumes provider infrastructure is part of trust boundary
ISO 27001Information security management system (ISMS) processesArchitectural constraints; certifies process, not impossibility
SOC 2 Type IIOperational controls around security, availability, confidentialityWhether controls can be bypassed; audits what you do, not what you cannot do
FIPS 140-3Cryptographic module integrity and operationKey custody topology; a FIPS-validated system can still have provider-held keys
GDPR Article 32“Appropriate technical measures” including encryptionProvider non-custodianship; encryption at rest satisfies GDPR even when provider holds keys

2.2 The Critical Gap

All existing security and privacy standards permit architectures in which:

  • Data is encrypted at rest using keys controlled or mediated by the service provider
  • The provider retains technical pathways to decrypt data for operational, compliance, or legal purposes
  • A provider-side compromise may result in exposure of plaintext or decryption capability

These standards regulate safeguards and controls, but do not impose architectural constraints that make provider decryptability technically impossible. They allow architectures that are compliant with their stated objectives but fundamentally fail the sovereignty test.

ZKS closes this gap by defining compliance as an architectural property, not a policy commitment.

2.3 The “Encryption at Rest” Misconception

Many organizations believe “encryption at rest” provides meaningful protection against provider-side threats. It does not.

Scenario“Encryption at Rest”ZKS Protection
Provider-side breachNone - provider holds decryption keysFull - attacker obtains only ciphertext
Legal compulsion to providerNone - provider can comply by decryptingFull - provider cannot comply; lacks capability
Insider threat at providerLimited - access controls onlyFull - architecture excludes possibility
Provider policy changeNone - policy can change unilaterallyFull - architecture cannot change without detection

ZKS makes the distinction auditable: “Does the provider hold decryption-enabling material?” is a topology question, not a policy question.


3. The “Wide vs. Deep” Distinction

3.1 Two Types of Complexity

Security frameworks can be complex in different ways:

DimensionZero TrustZKS
Complexity typeWide - many assets, policies, identitiesDeep - one property, extreme rigor
AnalogyAir traffic control - thousands of planes, thousands of rulesBSL-4 containment - one pathogen, catastrophic if it escapes
Failure modeGraceful - fix the policy, revoke accessCatastrophic - sovereignty lost permanently
VerificationContinuous operational monitoringArchitectural verification against defined criteria

Both require standards. Zero Trust needs standards for interoperability across thousands of components. ZKS needs standards for completeness, ensuring every path to decryptability is closed.

3.2 The Objection Refuted

When someone says “ZKS is just topology, why standardize?”, the response is:

“It is ‘just topology’ until you get a subpoena. Zero Trust policies fail gracefully: if a policy is wrong, you fix it. ZKS failures are catastrophic: once the provider decrypts, sovereignty is gone forever. We need the standard not because the architecture is confusing, but because the stakes of getting it wrong are absolute.”


4. The Negative Proof Problem

4.1 Positive vs. Negative Proofs

Zero Trust and ZKS require fundamentally different types of proof:

TypeFrameworkQuestionEvidence Required
PositiveZero Trust“Is Alice authorised?”Check policy → Yes/No
NegativeZKS“Is it impossible for the provider to decrypt?”Prove no path exists through topology, collusion, coercion, updates, metadata correlation, support tools, recovery mechanisms…

Proving a negative is significantly harder than proving a positive.

4.2 Why This Matters

To prove ZKS compliance, you must demonstrate that no path to decryptability exists - not just that the obvious paths are closed, but that every path is closed:

  • Direct decryption (provider holds keys)
  • Collusion (multiple parties combine knowledge)
  • Coercion (legal compulsion to attempt decryption)
  • Support backdoors (password reset, account recovery)
  • Metadata correlation (reconstructing decryption workflow from logs)
  • Malicious updates (pushing compromised client code)
  • Key recovery (provider-controlled recovery mechanisms)
  • Wrapped key coexistence (holding encrypted keys alongside ciphertext)

The standard provides the exhaustive enumeration of these paths through its assertions (A1–A12), invariants (INV-1–INV-6), and conformance tests (T-STR, T-OBS, T-CAP, T-REV). Without this enumeration, vendors can claim “zero-knowledge” while leaving critical paths open.


5. The Falsifiability Requirement

5.1 Marketing Claims vs. Testable Assertions

Status“Zero-Knowledge” MeaningVerification
Without standardMarketing claimUnfalsifiable - “trust us”
With standardTestable assertionFalsifiable - audit against defined criteria

5.2 What the Standard Enables

The ZKS Standard makes “zero-knowledge” scientific, such that it can be disproven:

TestWhat It ProvesReference
T-CAP-1Provider cannot decrypt with full infrastructure accessSection 7.5.2 E2
T-CAP-2Collusion of all external parties cannot reconstruct decryptabilitySection 5.3.6
T-REV-1Service denial does not revoke decryptabilitySection 2.2.6
T-REV-2UKRS denial does not permanently revoke decryptabilitySection 4.10

Without the standard, “zero-knowledge” is just a slogan. With the standard, “ZKS-compliant” is an auditable claim that can be verified or refuted.


6. The Definition of “Possession”

6.1 The Nuance Problem

In Zero Trust, “access” is binary: you either have authorization or you don’t.
In ZKS, “possession” is nuanced:

QuestionNaive AnswerStandard Answer
Does holding a wrapped key count as possession?“No, it’s encrypted”Yes - coexistence with ciphertext is prohibited regardless of wrapping (Tenet 3)
Does holding a password reset token count?“No, it’s just for recovery”Yes - if it enables key reconstruction, it’s a decryption component
Does holding the recovery seed count?“No, the user controls recovery”Depends - A9 requires UKRS to be cryptographically blind
Does temporary possession during processing count?“No, it’s ephemeral”Yes - even transient possession creates a path

6.2 Why This Matters

Without normative definitions, vendors claim compliance while holding “just the recovery key”, which is effectively everything. The standard provides rigid definitions:

  • Complete Set of Components Required to Decrypt (Section 2.2.2)
  • Client Sovereignty Domain (Section 3.2.1) and the Sovereignty Boundary (Section 3.4.2)
  • Plane separation requirements (Section 3.3)
  • Coexistence Prohibition (Section 2.2.2; supported by Tenet 3)

These definitions close the loopholes that vague “zero-knowledge” claims leave open.


7. ZKS in Enterprise and Public Administration Contexts

A critical misconception about ZKS is that it prevents organisations from managing their own data. This section clarifies how ZKS supports - rather than impedes - legitimate organisational requirements.

7.1 The Sovereignty Domain Owner Distinction

ContextSovereignty OwnerImplication
ConsumerIndividual userUser holds all keys; provider has no access
EnterpriseOrganisation (not individual employees)Organisation holds master keys; provider has no access
Public AdministrationGovernment entityEntity holds master keys; cloud provider has no access

ZKS protects the Sovereignty Domain Owner from the service provider, not employees from the organisation.

7.2 What ZKS Requires vs. What ZKS Permits

RequirementZKS Position
Provider cannot decrypt organisation’s dataRequired - this defines ZKS
Provider cannot be compelled to provide decryptionRequired - architectural impossibility
Organisation can decrypt its own dataPermitted - internal key management is the organisation’s choice
Organisation can implement internal access controlsPermitted - orthogonal to ZKS compliance
Organisation can audit employee activityPermitted - internal capability, not provider capability

7.3 The Administrative Authority Model

ZKS-compliant systems can support legitimate enterprise requirements:

Legal Hold and eDiscovery

  • Organization’s key custody arrangements allow access to employee data when legally required
  • The organization produces records, not the provider
  • Provider subpoena yields nothing because provider has nothing

Employee Offboarding

  • Organization revokes employee’s access credentials
  • Organization retains data under organizational keys
  • Employees cannot access data after departure; organization can

Internal Audit and Compliance

  • Organization’s security team can access data for investigations
  • Audit trails remain under organizational control
  • No dependency on provider cooperation

Incident Response

  • Security teams operate within organizational sovereignty domain
  • Response does not require provider assistance
  • Forensic capability is internal, not outsourced

7.4 Public Administration Requirements

Public sector organizations face unique requirements that ZKS explicitly supports.

Digital Sovereignty and Data Localization

ConcernTraditional Cloud RiskZKS Mitigation
Foreign provider accessProvider’s jurisdiction may compel accessProvider lacks capability regardless of jurisdiction
Data residencyData may be processed in foreign jurisdictionProcessing occurs only in Client Sovereignty Domain (local)
Cross-border subpoenaForeign court orders may extract dataSubpoena to provider yields encrypted material only

ZKS ensures that data sovereignty is architectural, not contractual.

Freedom of Information and Records Management

  • Organization (the public administration) is the Sovereignty Domain Owner
  • Internal key custody ensures the administration can access its own records
  • Provider cannot access records, but the administration can
  • FOIA requests are satisfied by the administration, not the provider

Continuity of Government

  • Organizational keys remain under institutional control
  • Individual employee departure does not affect data access
  • Key rotation and succession planning are internal matters
  • No vendor lock-in on key custody

8. Hidden Paths: Why “Simple Topology” Fails

8.1 The Implementation Gap

A “simple” topological separation is easy to draw on a whiteboard. It is hard to implement without creating accidental backdoors.

The standard identifies and closes paths that naive implementations miss:

Hidden PathNaive AssumptionStandard Closure
Support backdoor“We separated keys from data”Section 5.3.8: Sovereignty Failure
Metadata leak“Databases are separate”A7: Metadata minimisation
Update trap“Server topology is secure”Section 5.3.1: Binary Transparency
Recovery backdoor“User controls recovery”A9: UKRS cryptographic blindness
Wrapped key coexistence“Keys are encrypted”Section 2.2.2: Coexistence Prohibition (supported by Tenet 3)
Orchestration leak“OP just routes metadata”A5: OP Key-Plane blindness
Cryptographic decay“AES-256 is sufficient”Section 2.2.2 harvest-risk rationale; T-EXT-CAP-2 (Appendix E): cryptographic shelf-life assessment
Supply chain compromise“We built it securely”Binary Transparency; reproducible builds for ZKS-Enterprise
Jurisdictional compulsion“We’re outside that jurisdiction”Provider cannot comply even if compelled - capability, not policy
Insider threat at provider“We have access controls”Architectural exclusion; insider has no keys to steal
Acquisition/merger“Current management is trustworthy”New owner inherits architectural constraints, not policy commitments
Discontinued service“We’ll migrate before shutdown”User retains keys; ciphertext is portable
Rogue support engineer“Support cannot access customer data”Architecture enforces this; no policy override possible

“Simple” topology doesn’t close these paths. The standard does.


9. The Catastrophic Failure Mode

9.1 Recoverable vs. Permanent Failures

AspectZero Trust FailureZKS Failure
ExampleUnauthorised access to resourceProvider decrypts user data
DetectionAudit logs reveal anomalyMay never be detected
RecoveryRevoke access, update policyNone - plaintext is exposed
ReversibilityFully recoverablePermanent - cannot un-expose
Blast radiusSingle session/resourceAll historical data

9.2 Why This Demands Rigor

“Zero Trust failures are recoverable: revoke access, update policy, move on. ZKS failures are permanent: once plaintext is exposed, you cannot un-expose it. The standard exists because the cost of getting it wrong is irreversible.”

9.3 Quantifying the Sovereignty Difference

The difference between ZKS-compliant and non-compliant architectures can be quantified in breach scenarios:

FactorNon-ZKS BreachZKS Breach
Data exposure scopeAll historical data - attacker obtains plaintextNo content exposure - attacker obtains ciphertext and metadata only
Notification requirementTypically mandatory - personal data breachMay be reduced in scope where the relevant regime provides encryption-conditioned relief (e.g., GDPR Art. 34(3)(a), subject to supervisory assessment; US state statutes vary) - exposed metadata may still trigger notification
Regulatory penalty exposureHigher - failure to implement adequate measuresMay be reduced - strong encryption supports the "appropriate technical measures" analysis, subject to regulator assessment of the full deployment
Remediation costHigh - credit monitoring, identity protectionSubstantially lower where no plaintext content is exposed
Reputational damageSevere - “your data was stolen”Reduced - “encrypted data was accessed”

The financial case for ZKS: architectural sovereignty materially improves breach economics. These rows describe technical posture and common regulatory structure, not legal conclusions; outcomes depend on jurisdiction, the specific facts (including what metadata was exposed), and regulator or court assessment. See Section 6.6.3 of the Standard on avoiding overclaim.


10. The Topological Verification Advantage

10.1 Two Verification Models

AspectZero TrustZKS
Verification typeContinuous operationalArchitectural
What you auditLogs, policies, behaviourThe topology, via the standard's conformance tests (diagram + T-STR/T-OBS/T-CAP/T-REV evidence)
FrequencyOngoingAt design time + changes
Expertise requiredSecurity operationsSecurity architecture

10.2 The Standard’s Role

“Zero Trust requires continuous operational verification: you audit logs, review policies, monitor behavior. ZKS requires architectural verification: the topology diagram states the claim, and the standard's conformance tests inspect it. Per Section 7.5.1 of the Standard, diagrams alone are supporting evidence - the capability, observability, and revocation tests are what make the claim verifiable.”

The standard defines:

  • What components must be mapped (T-STR-1)
  • How planes must be aligned (T-STR-2)
  • What evidence proves impossibility (Section 7.5)
  • What tests verify compliance (Appendix D)

This makes ZKS easier to audit than Zero Trust in one sense, but only if you have a standard that defines what the topology must demonstrate.


11. Comparison Summary

FeatureZero Trust ComplexityZKS Complexity
NatureOperational - managing sprawl across thousands of assetsConstraint - rigorously closing every path to decryption
Goal“Filter the noise”“Contain the risk”
Failure modeGraceful degradationCatastrophic and permanent
Why standardise?Ensure interoperability and coverageEnsure falsifiability and completeness
AnalogyAir Traffic Control - complex because many moving partsBSL-4 Lab - complex because a single leak is catastrophic

12. The Standard Exists Because…

ReasonExplanation
Proving negatives is hardThe standard defines what constitutes evidence of impossibility
Hidden paths are subtleThe standard enumerates and closes them systematically
“Possession” is nuancedThe standard defines what counts as controlling decryption components
Failures are catastrophicThe standard ensures rigor commensurate with irreversible risk
“Zero-Knowledge” must be falsifiableThe standard makes it auditable, not just claimable
Existing standards don’t address thisCurrent frameworks permit provider decryption capability
Enterprises need clear requirementsThe standard enables procurement specification and vendor evaluation
Regulators need audit criteriaThe standard provides testable compliance verification

13. Conclusion

The objection “ZKS is just topology, why do we need a standard?” misunderstands the nature of the challenge.

Simplicity of concept does not mean simplicity of verification.

It is simple to say “the provider cannot decrypt.” It is hard to prove it, you must close every path:

  • Collusion between external parties
  • Coercion through legal process
  • Support backdoors and password resets
  • Metadata correlation attacks
  • Malicious client updates
  • Provider-controlled key recovery
  • Wrapped key coexistence
  • Orchestration plane leakage
  • Cryptographic shelf-life decay
  • Supply chain compromise
  • Jurisdictional compulsion
  • Insider threats at the provider

The standard exists not because the architecture is confusing, but because proving impossibility requires exhaustive rigor. Every assertion, every invariant, every conformance test closes a path that a naive “simple topology” implementation would leave open.

Policy and operational summary

For enterprises and public administrations, ZKS provides:

  • Architectural separation of duties between infrastructure operations and data access
  • Clear procurement criteria for vendor evaluation
  • Reduced regulatory exposure in breach scenarios
  • Data sovereignty that is architectural, not merely contractual
  • Compatibility with legitimate organisational control requirements

The cost of missing one path is not a recoverable policy violation; it is permanent loss of sovereignty.

That is why ZKS needs a standard.


Appendix A: Regulatory Mapping

ZKS compliance supports, but does not guarantee, regulatory compliance. This mapping clarifies the relationship.

RegulationRelevant RequirementZKS Contribution
GDPR Article 32“Appropriate technical measures”Strong architectural data protection supporting the Art. 32 analysis
GDPR Article 34Breach notification (with encryption exception)May support eligibility for Art. 34(3)(a) relief where the exposed data is “unintelligible to any person who is not authorised to access it”, subject to supervisory-authority assessment; exposed metadata may still trigger notification
HIPAA Security RuleAccess controls, encryptionZKS enforces access controls architecturally
HIPAA Breach Notification“Unsecured PHI” triggersMay support treating ZKS-protected PHI as secured, subject to the specific HHS guidance defining “unsecured PHI” and its approved encryption methods
NIS2 DirectiveSupply chain security, incident responseZKS reduces supply chain exposure; limits incident scope
DORAICT risk management, third-party riskZKS reduces third-party content risk substantially; availability and metadata risks remain in scope
Schrems II / EDPB 01/2020Data transfer safeguards / supplementary measuresCorresponds to EDPB Recommendations 01/2020 Use Case 1 (transfer of strongly encrypted data with keys held solely by the exporter), identified by the EDPB as an effective supplementary measure subject to its stated conditions

Important caveat: ZKS is a technical standard, not a compliance certification. Regulatory compliance requires organizational measures beyond architecture.


Appendix B: Procurement Language

Organizations can include the following language in procurement documents.

Mandatory Requirements

Architectural Non-Custodianship: The vendor shall demonstrate that no component of their infrastructure - including storage systems, orchestration services, key management systems, and support tools - possesses the technical capability to decrypt customer data. This shall be an architectural property, not a policy commitment.

Falsifiable Verification: The vendor shall provide evidence that their non-custodianship claims can be independently verified through architectural inspection, not merely through policy documentation or attestation.

Binary Transparency: The vendor shall log all client software distributions to a public, append-only transparency log, enabling customers to verify that the software they receive matches publicly committed versions.

Evaluation Criteria

CriterionZKS-Aligned ResponseNon-Compliant Response
“Can your employees access our data?”“No - we lack the architectural capability”“No - our policies prohibit this”
“Can you comply with a court order to produce our data in plaintext?”“No - we cannot decrypt your content; we could produce only ciphertext, wrapped artifacts, and operational metadata. Legal process for content is properly served on you, the data controller.”“We would challenge the order but could technically comply”
“What happens to our keys if you go out of business?”“You already have them; we never did”“We would provide escrow recovery”
“How do you prevent rogue employee access?”“Architecture makes it impossible”“Access controls and monitoring”

Document Information

Version History

VersionDateChanges
1.0November 2025Initial release
2.0January 2026Integrates new material addressing enterprise, public administration, and policy concerns.

References

  1. NIST SP 800-207: Zero Trust Architecture - https://nvlpubs.nist.gov/nistpubs/specialpublications/NIST.SP.800-207.pdf
  2. ISO/IEC 27001: Information Security Management Systems - https://www.iso.org/standard/27001
  3. AICPA Trust Services Criteria (TSP Section 100), 2017 (with 2022 revised points of focus) - https://www.aicpa-cima.com/resources/download/2017-trust-services-criteria-with-revised-points-of-focus-2022
  4. FIPS 140-3: Security Requirements for Cryptographic Modules - https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.140-3.pdf
  5. GDPR: Regulation (EU) 2016/679 (General Data Protection Regulation) - https://eur-lex.europa.eu/eli/reg/2016/679/oj
  6. HIPAA: Health Insurance Portability and Accountability Act - https://www.hhs.gov/hipaa/index.html
  7. NIS2: Directive (EU) 2022/2555 (Network and Information Security Directive) - https://eur-lex.europa.eu/eli/dir/2022/2555/oj
  8. DORA: Regulation (EU) 2022/2554 (Digital Operational Resilience Act) - https://eur-lex.europa.eu/eli/reg/2022/2554/oj/eng
  9. EDPB Recommendations 01/2020 on measures that supplement transfer tools, Version 2.0 (18 June 2021) - https://www.edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en

Acknowledgments

This analysis benefited from public documentation and frameworks published by the National Institute of Standards and Technology (NIST), the International Organization for Standardization (ISO), and the Internet Engineering Task Force (IETF). We acknowledge the ongoing work of the cryptographic research community in defining the boundaries of verifiable sovereignty.

Contact

For technical inquiries regarding this document:

  • ZKS Working Group - zks.working.group [at] zks-standard.org

Disclaimer: This document is provided for informational purposes only and does not constitute legal, financial, or technical advice. The ZKS Working Group makes no warranties, express or implied, regarding the accuracy, completeness, or fitness for a particular purpose of the information contained herein.

No Liability: In no event shall the authors or publishers be liable for any damages, including but not limited to direct, indirect, special, or consequential damages, arising out of or in connection with the use of this document.

Copyright: This work is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0). You are free to share and adapt this material, provided appropriate credit is given to the ZKS Working Group.

Document Classification: Public