Base64 Expressions

Overview

Provides simple Base64 functions intended for use on SAIL interfaces:

Key Features & Functionality

  • decodeSimpleBase64(text) - decode a base64 string. Max length 150 characters.
  • encodeSimpleBase64(text) - encode a base64 string. Max length 150 characters.
  • decodeHexString(text) - decode a hex string
  • hex2base64(text) - converts hex encoded string to base64encoded string
Anonymous
Parents
  • hi  I need to use hex2base64 but it always returns null? I'm guessing for some odd reason this has a character limit too which seems unrealistic for a HEX encoded string?

    hex2base64(
      "3136346338623133396234646262633530323661363133313136366363303261626464383461366339306339636531373362363232613464323939306462623761646233343537333361656334303034633135313936623336613434613431386133393434343235"
    )
    

Comment
  • hi  I need to use hex2base64 but it always returns null? I'm guessing for some odd reason this has a character limit too which seems unrealistic for a HEX encoded string?

    hex2base64(
      "3136346338623133396234646262633530323661363133313136366363303261626464383461366339306339636531373362363232613464323939306462623761646233343537333361656334303034633135313936623336613434613431386133393434343235"
    )
    

Children
No Data