Base64 Utils

Overview

Utilities to encode and decode strings in base 64 without length limitations.

Key Features & Functionality

  • base64EncodeString:Encode a given string in base 64
  • base64DecodeString: Decode a given base 64 string in simple text
Anonymous