Definitions
POD = Personal Online Data Stores
A POD is a user’s personal storage space. It contains the user’s verified and encrypted data, in this use case we are storing KYC information. The user pod is distributed as the data it contains is fragmented and uploaded across several storage nodes within the network.
TH Encryption = Threshold Encryption
Threshold encryption is a cryptographic technique that allows a group of participants to jointly decrypt a message, without revealing the message to any individual participant. The decryption requires cooperation and agreement from a specified minimum number of participants, known as the threshold.
P Encryption = Proxy Encryption
Proxy encryption is a cryptographic technique that allows a proxy entity to encrypt data on behalf of the sender, while also ensuring that the recipient can only decrypt the data if they have the proper authorization.
WebID = Web Identifier
WebID (Web Identifier) is a standard way of representing a person or organization on the web, using a unique URI (Uniform Resource Identifier) that serves as a persistent identifier for the entity. The WebID specification defines a decentralized and distributed identity system that allows users to create, manage, and share their own identity online, while also being able to control the use of their personal data.
UUID = Universally Unique Identifier
A UUID is a 128-bit identifier that is designed to be globally unique, meaning that no two UUIDs are expected to be the same. It is used in computer systems and software applications as a way to uniquely identify entities such as files, devices, users, and transactions.
DSSM = Decentralised Storage Secret Management

Secret management systems typically provide a centralized way to securely store, manage, and distribute secrets. They may include features such as encryption, access control, auditing, and automatic rotation of secrets to enhance security. These systems are often integrated with other security tools and processes to provide a comprehensive security solution.

KYC = Know Your Customer
KYC stands for "Know Your Customer," which refers to the process of verifying the identity of a customer or client as a part of due diligence and anti-money laundering procedures. KYC is a regulatory requirement in many industries, particularly in banking, finance, and e-commerce, where there is a risk of fraud, money laundering, or terrorist financing.
VC = Verified credentials
A verified credential is a digital record that contains information about a person's identity, qualifications, certifications, or other relevant attributes. It is designed to be a secure, tamper-evident way to share personal information with others, it is based on decentralized identity principles and is designed to be shared directly between individuals, organizations, and other entities. 


Last updated