From 168b1bf00ce76c6878eb24fc8a57b93cdb5a0526 Mon Sep 17 00:00:00 2001 From: genwhittTTD Date: Wed, 3 Jan 2024 16:11:48 -0500 Subject: [PATCH] add Operator article to doc updates list --- docs/ref-info/ref-operators-public-private.md | 8 +++++--- docs/ref-info/updates-doc.md | 10 ++++++++++ .../current/ref-info/ref-operators-public-private.md | 8 +++++--- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/docs/ref-info/ref-operators-public-private.md b/docs/ref-info/ref-operators-public-private.md index 950de0817..f6d484093 100644 --- a/docs/ref-info/ref-operators-public-private.md +++ b/docs/ref-info/ref-operators-public-private.md @@ -7,13 +7,15 @@ sidebar_position: 06 # The UID2 Operator -The UID2 Operator Service enables the management and storage of encryption keys and [salts](../ref-info/glossary-uid.md#gl-salt) from the UID2 Core Service, hashing of users' personal data ([DII](../ref-info/glossary-uid.md#gl-dii)), encryption of [raw UID2s](../ref-info/glossary-uid.md#gl-raw-uid2), and decryption of [UID2 tokens](../ref-info/glossary-uid.md#gl-uid2-token). +The UID2 Operator Service enables the management and storage of encryption keys and [salts](../ref-info/glossary-uid.md#gl-salt) from the UID2 Core Service, hashing of users' personal data ([DII](../ref-info/glossary-uid.md#gl-dii)), encryption of [raw UID2s](../ref-info/glossary-uid.md#gl-raw-uid2), and decryption of [UID2 tokens](../ref-info/glossary-uid.md#gl-uid2-token). + +All instances of the Operator Service are designed with rigorous protections in place to keep critical UID2 data secure and interoperable, regardless of who operates the service. ## UID2 Operator: Overview -All instances of the Operator Service are designed with rigorous protections in place to keep critical UID2 data secure and interoperable, regardless of who operates the service. +There can be multiple instances of the Operator Service, operated by multiple participants. Each of these participants is known as a UID2 Operator. -There can be multiple instances of the Operator Service, operated by multiple participants. Each of these participants is known as a UID2 Operator. A UID2 Operator is simply an organization that runs the Operator Service. Operators receive and store encryption keys and salts from the UID2 Core Service, salt and hash personal data to return UID2 tokens, encrypt raw UID2s to generate UID2 tokens, and distribute UID2 token decryption keys. +A UID2 Operator is simply an organization that runs the Operator Service. Operators receive and store encryption keys and salts from the UID2 Core Service, salt and hash personal data to return UID2 tokens, encrypt raw UID2s to generate UID2 tokens, and distribute UID2 token decryption keys. UID2 Operators fall into two categories: diff --git a/docs/ref-info/updates-doc.md b/docs/ref-info/updates-doc.md index 0aac42da0..edbb86c23 100644 --- a/docs/ref-info/updates-doc.md +++ b/docs/ref-info/updates-doc.md @@ -9,6 +9,16 @@ sidebar_position: 06 Check out the latest updates to our UID2 documentation resources. +### New: UID2 Operator Page + +3 January 2024 + +Happy New Year! + +We've added a reference article explaining what the UID2 Operator does and the differences between a Public Operator and a Private Operator. + +For details, see [The UID2 Operator](../ref-info/ref-operators-public-private.md). + ### New: UID2 Integration Overview for Prebid.js 20 December 2023 diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/ref-operators-public-private.md b/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/ref-operators-public-private.md index 950de0817..f6d484093 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/ref-operators-public-private.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/ref-operators-public-private.md @@ -7,13 +7,15 @@ sidebar_position: 06 # The UID2 Operator -The UID2 Operator Service enables the management and storage of encryption keys and [salts](../ref-info/glossary-uid.md#gl-salt) from the UID2 Core Service, hashing of users' personal data ([DII](../ref-info/glossary-uid.md#gl-dii)), encryption of [raw UID2s](../ref-info/glossary-uid.md#gl-raw-uid2), and decryption of [UID2 tokens](../ref-info/glossary-uid.md#gl-uid2-token). +The UID2 Operator Service enables the management and storage of encryption keys and [salts](../ref-info/glossary-uid.md#gl-salt) from the UID2 Core Service, hashing of users' personal data ([DII](../ref-info/glossary-uid.md#gl-dii)), encryption of [raw UID2s](../ref-info/glossary-uid.md#gl-raw-uid2), and decryption of [UID2 tokens](../ref-info/glossary-uid.md#gl-uid2-token). + +All instances of the Operator Service are designed with rigorous protections in place to keep critical UID2 data secure and interoperable, regardless of who operates the service. ## UID2 Operator: Overview -All instances of the Operator Service are designed with rigorous protections in place to keep critical UID2 data secure and interoperable, regardless of who operates the service. +There can be multiple instances of the Operator Service, operated by multiple participants. Each of these participants is known as a UID2 Operator. -There can be multiple instances of the Operator Service, operated by multiple participants. Each of these participants is known as a UID2 Operator. A UID2 Operator is simply an organization that runs the Operator Service. Operators receive and store encryption keys and salts from the UID2 Core Service, salt and hash personal data to return UID2 tokens, encrypt raw UID2s to generate UID2 tokens, and distribute UID2 token decryption keys. +A UID2 Operator is simply an organization that runs the Operator Service. Operators receive and store encryption keys and salts from the UID2 Core Service, salt and hash personal data to return UID2 tokens, encrypt raw UID2s to generate UID2 tokens, and distribute UID2 token decryption keys. UID2 Operators fall into two categories: