Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Teams
, (opens new window)

Power Scripts for Jira Cloud
Results will update as you type.
  • Get started
  • Configuration guides
  • Integration guides
  • Feature guides
  • Advanced features
  • Migration resources
  • Simple Issue Language
    • Getting started with SIL
    • SIL reference guide
    • SIL Functions library
      • Function Index
      • Packages
      • Array Functions
      • Basic Functions
      • Date and Interval Functions
      • Excel Functions
      • File Manipulation Functions
      • HTTP Functions
      • Incoming Mail Processing Functions
      • Integration with Other Systems
      • Jira Administration Functions
      • Jira Integration Functions
      • Jira Service Management Functions
      • Jira Software Functions
      • Listener Functions
      • Math Functions
      • Parameter Functions
      • Scheduling Functions
      • String Functions
        • Encryption and Encoding Functions
          • base64Decode
          • base64Encode
          • decrypt
          • encrypt
          • escapeHtml
          • hmacSHA1
          • hmacSHA256
          • rsaSHA256
          • urlDecode
          • urlEncode
        • allMatches
        • chop
        • contains
        • endsWith
        • executeTemplate
        • hashString
        • indexOf
        • isAlpha
        • isAlphaNumeric
        • isDigit
        • isLower
        • isNumeric
        • isUpper
        • join
        • lastIndexOf
        • length
        • matchEnd
        • matches
        • matchReplace
        • matchStart
        • matchText
        • replace
        • split
        • startsWith
        • substring
        • toLower
        • toUpper
        • trim
      • System Integration
      • Webhooks Functions
    You‘re viewing this with anonymous access, so some content might be blocked.
    /
    Encryption and Encoding Functions
    Updated May 23

    Encryption and Encoding Functions

     This section contains functions that enable users to handle encryption and encoding of text strings.

    Functions Summary

    • base64Decode — Decodes from Base64. This is useful when transferring data like retrieving images stored in a database.
    • base64Encode — Encodes text in Base64.
    • decrypt — Decrypts text with AES Decryption using a 16, 32, 64, or 128 bit cipher.
    • encrypt — Encrypts text with AES encryption using a 16, 32, 64, or 128 bit cipher.
    • escapeHtml — Escapes the given html removing traces of offending characters that could be wrongfully interpreted as markup.
    • hmacSHA1 — Computes a signature over the data using HMAC - SHA1
    • hmacSHA256 — Computes a signature over the data using HMAC - SHA256
    • rsaSHA256 — Computes a signature over the data using RSA - SHA256
    • urlDecode — Decodes text from URL format. This is useful when parsing a URL address used by a REST command.
    • urlEncode — Encodes text in URL format.

    Need support? Create a request with our support team.

    Copyright © 2005 - 2025 Appfire | All rights reserved.

    {"serverDuration": 15, "requestCorrelationId": "5d99a349d9f94cbbac94480012f1f16c"}