You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/privacy/hipaa-eligible-segment.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ These logs can be provided upon request. For specific requests, please reach out
37
37
38
38
Segment encrypts the data in select fields [marked as yellow in the Privacy Portal](/docs/privacy/portal/#default-pii-matchers) before sending them to event stream, cloud mode destinations, further supporting HIPAA compliance in your destinations. Segment encrypts data using a RSAES OAEP SHA 256 algorithm.
39
39
40
+
Data encryption does not support "fuzzy matching". You can encrypt [Default PII matchers](/docs/privacy/portal/#default-pii-matchers), [Custom PII matchers](/docs/privacy/portal/#custom-pii-matchers), and any [Synonyms](/docs/privacy/portal/#using-synonyms) you've created for keys.
41
+
40
42
> info "Data encryption is currently in public beta"
41
43
> Data encryption only supports event-stream, cloud-mode destinations. Only data fields in `context`, `traits`, and `property` objects can be encrypted.
42
44
>
@@ -50,7 +52,7 @@ To configure data encryption while setting up a new destination:
50
52
3. On the destination's overview page, click **Add destination**.
51
53
4. On the Select data source page, select the source you want to connect to your destination and click **Next**.
52
54
5. On the Setup page, give your destination a name, fill in any optional settings, and select the **Have Segment encrypt sensitive data** checkbox.
53
-
6. Open the **Fields** dropdown, select one or more fields you'd like to encrypt and click the **Generate Encryption Keys** button. <br> *If you don't see all of the fields that you want to encrypt, [change the classification of your missing data fields](/docs/privacy/portal/#change-a-recommended-classification) to Yellow in the Privacy Portal*.<br>
55
+
6. Open the **Fields** dropdown, select one or more fields you'd like to encrypt and click the **Generate Encryption Keys** button. You can select [Default PII matchers](/docs/privacy/portal/#default-pii-matchers), [Custom PII matchers](/docs/privacy/portal/#custom-pii-matchers), and any [Synonyms](/docs/privacy/portal/#using-synonyms) you've created for keys. Data encryption does not support "fuzzy matching".<br> *If you don't see all of the fields that you want to encrypt, [change the classification of your missing data fields](/docs/privacy/portal/#change-a-recommended-classification) to Yellow in the Privacy Portal*.<br>
54
56
7. Securely store your private key. <br> **Note:** Once you finish setting up the destination, you cannot retrieve the key.
55
57
8. Click **Create destination**.
56
58
@@ -63,7 +65,7 @@ To configure data encryption for an existing destination:
63
65
1. Open the [My destinations page](https://app.segment.com/goto-my-workspace/destinations){:target="_blank”} in the Segment app.
64
66
2. Select a destination, and click the **Data Encryption** tab.
65
67
3. On the Data Encryption page, select the **Have Segment encrypt sensitive data** checkbox.
66
-
4. Open the **Fields** dropdown, select one or more fields you'd like to encrypt and click the **Generate Encryption Keys** button. <br> *If you don't see all of the fields that you want to encrypt, [change the classification of your missing data fields](/docs/privacy/portal/#change-a-recommended-classification) to Yellow in the Privacy Portal*.<br>
68
+
4. Open the **Fields** dropdown, select one or more fields you'd like to encrypt and click the **Generate Encryption Keys** button. You can select [Default PII matchers](/docs/privacy/portal/#default-pii-matchers), [Custom PII matchers](/docs/privacy/portal/#custom-pii-matchers), and any [Synonyms](/docs/privacy/portal/#using-synonyms) you've created for keys. Data encryption does not support "fuzzy matching".<br> *If you don't see all of the fields that you want to encrypt, [change the classification of your missing data fields](/docs/privacy/portal/#change-a-recommended-classification) to Yellow in the Privacy Portal*.<br>
67
69
5. Securely store your private key. <br> **Note:** Once you finish setting up the destination, you cannot retrieve the key.
68
70
6. Click **Save**.
69
71
@@ -88,7 +90,7 @@ After enabling encryption for a destination, you can add or remove encrypted dat
88
90
To make changes to your selected fields:
89
91
1. Open the [My destinations page](https://app.segment.com/goto-my-workspace/destinations){:target="_blank”} in the Segment app.
90
92
2. Select the destination you'd like to edit your selected fields for and click **Data Encryption**.
91
-
3. Add or remove fields.
93
+
3. Add or remove fields. You can select [Default PII matchers](/docs/privacy/portal/#default-pii-matchers), [Custom PII matchers](/docs/privacy/portal/#custom-pii-matchers), and any [Synonyms](/docs/privacy/portal/#using-synonyms) you've created for keys. Data encryption does not support "fuzzy matching".
92
94
- To add fields, click the **Fields** box to open the dropdown and select the fields you'd like to add.
93
95
- To remove fields, click the **x** icon next to the name of the field you'd like to remove.
0 commit comments