---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Edge Encryption components

# Edge Encryption components {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Edge Encryption is composed of the Edge Encryption proxy server that runs on a server in your network, and the Edge Encryption plugin that must be installed on your ServiceNow instance. If using order-preserving encryption types or encryption patterns, a proxy database must also be installed in your network.

## Proxy application

When going through the Edge Encryption proxy server, the Edge Encryption plugin enables you to specify which fields, patterns, and attachments should be encrypted. You can also manage encryption rules to encrypt specific requests and can schedule mass encryption
jobs.

## Proxy server

The Edge Encryption proxy server uses encryption rules to identify in an HTTP request what, if anything, must be encrypted and encrypts it before forwarding the request to the instance. For decryption, the Edge Encryption proxy server looks at the HTTP responses for any encrypted data and decrypts it before sending the response back to the client. For this decryption to happen, all HTTP requests and responses must
go through the Edge Encryption proxy server. These HTTP requests include any requests originating from a browser, as well as any SOAP or REST requests.

## Proxy database

If using order preserving encryption or encryption patterns, your proxy servers rely on a
MySQL database located in your network. All proxy servers in your network must use the same
database.  
The proxy database contains these tables.{#c_EdgeEncryptionProxy__table_nzt_jwg_x5__entry__2}

| Name | Description |
|-|-|
| db_id | Unique database ID |
| edge_token_map | Encryption pattern data |
| token_map | Order-preserving encryption data |
[Tabelle : 1. Proxy database tables]

{#c_EdgeEncryptionProxy__table_nzt_jwg_x5}

## Backing up your proxy database {#c_EdgeEncryptionProxy__section_dbc_zyk_nsb}

Because encryption patterns rely on tokenization, clear text values are stored in your proxy database. If the database is lost, clear text values can't be restored. It's critical that you maintain regular backups. To avoid data
loss, back up your proxy database according to ServiceNow recommendations.

* Back up your database every 24 hours.
* Retain MySQL database binary log files for at least two days. After a backup has been restored, use the binary log to regenerate any data lost since the most recent backup.
{#c_EdgeEncryptionProxy__ul_ch4_g1b_1z}

