Design & Goals

Designs and Goals

OZKi has the following three main security designs and goals:

  • To design a secure end-to-end privacy protecting system

  • To bring real-world data into the ZKP computation securely

  • To provide a development framework for we applications to implement proof-based privacy-enhancing features

Security Principles

OZKi is designed with the following security guidelines:

  • Rely on cryptographic strength - Do no use security by obscurity - Use proven technologies - Do not reinvent the wheels

  • Do not trust user's input - Always assume the input can be malicious

  • Continuously anticipate new threats and attack surfaces

  • Apply the principle of least information - Prefer ID-less service design - Do not use nor store PII when possible, use proof instead

  • Prefer trustless system over trusted system

Last updated