Home » Documentation » Codec

Codec

The Codec object offers various encoding and decoding functionality such as Base64 and Quoted-Printable.

Methods

Name Description
Base64Decode  Base64 decodes the input and returns the string result.
Arguments:
(Input)
Base64DecodeBytes  Base64 decodes the input and returns an array of bytes.
Arguments:
(Input)
Base64Encode  Base64 encodes the input and returns the string result.
Arguments:
(Input)
HMACMD5Encrypt  Performs a HMAC MD5 encryption on the input and returns a string result.
Arguments:
(Key, Input)
HTMLDecode  Decodes HTML entities into their respective characters.
Arguments:
(Input)
HTMLEncode  Encodes specific characters into their respective HTML entities.
Arguments:
(Input)
MD5Encrypt  Performs a MD5 encryption on the input and returns a string result.
Arguments:
(Input)
QuotedPrintableDecode  Quoted-printable decodes the input and returns a string result.
Arguments:
(Input)
QuotedPrintableEncode  Quoted-printable encodes the input and returns a string result.
Arguments:
(Input)
URLDecode  URL decodes the input and returns a string result.
Arguments:
(Input)
URLEncode  URL encodes the input and returns a string result.
Arguments:
(Input)
XMLDecode  XML decodes the input and returns a string result.
Arguments:
(Input)
XMLEncode  XML encodes the input and returns a string result.
Arguments:
(Input)
Are you a robot?
Your Email:
Create a Username:
Create a Password:
Forgot Password?
Validate Text: Captcha