---
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


---

# Deprecate GlideEncrypter usage of 3DES for password2 fields

# Deprecate GlideEncrypter usage of 3DES for password2 fields {#ariaid-title1}

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

Deprecate GlideEncrypter usage of 3DES encryption standard on your instance ensure that your instance uses the more secure Advanced Encryption Standard (AES) exclusively for the encryption and decryption of your Password2
data.
Beginning in Rome, password2 data is protected using the Key Management Framework, which uses the more modern Advanced Encryption Standard (AES) algorithm. However, some configurations and fallbacks in password2 logic can still use the 3DES algorithm for encryption and
decryption.

In the Vancouver release, administrators can choose to deprecate the 3DES algorithm entirely. After completing this change, your instance uses AES encryption exclusively for all encryption and decryption tasks relating to
password2 data. This change provides better instance security than compared with 3DES encryption, and is necessary to remain NIST compliant.

## Considerations before deprecation {#password2-3des-deprecation__section_ply_5d2_wxb}

Transferring password2 data between instances

:   When transferring password2 encrypted texts to other instances, you must ensure that KMF
    Key Exchange is enabled between source and target instances. This configuration ensures that the keys used to encrypt password2 texts are available on both instances to decrypt the password2 encrypted texts.
    Before deprecating 3DES, Consider the following use cases that can impact password2 data between instances.

    * If you have applications on your instance that use password2 data, ensure that KMF Resource Exchange is installed on that instance. KMF Resource Exchange ensures that instance level keys used to encrypt the password2 data on the source instance are available on the target instances for decryption. For more information, see [Key Management Framework Resource Exchange](https://servicenow-prod.fluidtopics.net/yMNf5uG7D5KU6R8q6D9k9Q "ServiceNow Resource Exchange is a KMF feature that gives you the capability to exchange resources between instances in a secure manner.").
    * If you plan on exporting password2 data through XML or Data Sources, ensure that the target instance has KMF Key Exchange enabled. This configuration ensures that the instance level keys used to encrypt the password2 data on the source instance are available on the target instances for decryption. For details on this configuration, see [Key Management Framework Key Exchange](https://servicenow-prod.fluidtopics.net/dYyNAyb6zbZiVmcA_4f9Aw "KMF Key Exchange is a subset function of KMF Resource Exchange. Key Exchange securely transfers encrypted data across multiple instances.").  
      Wichtig:  
      The examples above are more common scenarios, but if you're using any other means of transferring password2 encrypted text between instances, you must configure KMF Resource Exchange to ensure the target instance can decrypt password2 data.
    {#password2-3des-deprecation__ul_vy2_rj2_wxb}

Downgrading an instance after the 3DES deprecation

:   The following only applies for instances that have password2 fields have input lengths greater than 125 characters and you have already deprecated 3DES encryption.

    To downgrade an instance to release earlier than Vancouver via Instance Cloning, take the following steps before initiating the clone.

    1. Check if data preservation is configured to preserve password2 field data.
    2. If yes, then before requesting a clone, contact ServiceNow support to disable 3DES deprecation. In the Reason field, use "Clone downgrade pre-requisite for password2 support."
    {#password2-3des-deprecation__ol_zvx_2k2_wxb}

Legacy password2 fields

:   Your instance uses 3DES encryption to convert password2 data to legacy (pre-Rome) password2 data. After deprecating 3DES encryption, this option is no longer available. If you still need this feature, request partial deprecation (see details in the next section).

## How to deprecate 3DES {#password2-3des-deprecation__section_rgr_vd2_wxb}

After you've reviewed the preceding use cases, use knowledge base article KB1704481, for a step by step process to safely deprecate the usage of DES or Triple DES algorithm in instance. For details see [KB1704481](https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1704481).  
Wichtig:  
You must elevate to security admin to see the Security Compliance module and perform these steps. For details on that process, see [Elevate to a privileged role](https://servicenow-prod.fluidtopics.net/QSMW4UNBg6bevZDKAPGT2Q "The base system admin can elevate to a privileged role to have access to the features of High Security Settings.").

## After GlideEncrypter deprecation {#password2-3des-deprecation__section_rgs_4n2_wxb}

After the deprecation process is complete, the following information applies to your instance.

* password2 fields still support decryption (but not encryption) of 3DES encrypted data.
* Existing 3DES encrypted data in password2 fields remain as is until the field value is updated by a user or workflow.
* Any update to the value of a password2 field removes 3DES encrypted text and replaces it with the text encrypted by KMF using AES.
* In some situations, your instance may display an error when saving password data:Action Aborted: Password value cannot be saved due to technical issue. Please see KB1296997 for help.

  If you see this error refer to support information in knowledge base article [KB1296997](https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1296997).
{#password2-3des-deprecation__ul_qmq_sn2_wxb}

