For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationAPI referenceRelease notes
DocumentationAPI referenceRelease notes
  • Release notes
    • Overview
    • Changelog
      • Overview
      • Auto-remediation tasks deprecated
      • Automation Catalog deprecated and removed
      • Delete Variables API removed
      • ENC encryption deprecated
      • OperationId tasks removed in Platform 6
      • Pre-Builts deprecation
      • Profiles deprecation
      • Reduced integration responses
      • Retrieve references endpoint replaced
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • Deprecation notice
  • What should I do?
  • Related reading
Release notesDeprecations

ENC encryption deprecated

Was this page helpful?
Previous

OperationId tasks removed in Platform 6

Next
Built with

Deprecation notice

The legacy $ENC encryption implementation has been deprecated and replaced with an enhanced version that uses a custom encryption key for each platform server. While the $ENC string notation remains in place, the underlying encryption mechanism now depends on a server-specific custom encryption key rather than the previous global encryption key.

This change may introduce differences between environments and affect:

  • Secrets encrypted in previous platform versions
  • Cross-environment data migration (development and stage environments may use the same adapter service config, but encrypted passwords will differ due to encryption key differences)

What should I do?

If you are upgrading to Platform 6.0 or newer, read Migration of encrypted secrets in the Platform 6 upgrade guide before upgrading. Strings currently encrypted using $ENC will not work out-of-the-box after an upgrade to Platform 6, so it is important to know how to migrate and define your encryption keys in the Platform 6 configuration prior to platform start.

Related reading

  • Legacy password encryption
  • Platform 6 upgrade guide