Text Encoding icon

Text Encoding

Encoding and decoding text and binary data

Functions for converting between stream and **Base64**, **Base64Url**, **Base32**, **Hexadecimal** text formats. Encoding text with a specified **character set**: UTF-8, ASCII, ISO-8859-1, etc. **Escaping** text to be safely included in URLs, HTML or XML. Hash functions: **MD5**, **SHA-1**, **SHA-256**, **SHA-512**, **HMAC-SHA1**, **HMAC-SHA256**, **HMAC-SHA512**

Releases

  1. 2.1.1

    • Updated commons-text
    • Compatibility:

      • 7.0.0
  2. 2.1.0

    • Upgraded dependencies
    • Compatibility:

      • 7.0.0
  3. 2.0.0

    • Upgraded to XP7
    • Compatibility:

      • 7.0.0
  4. 1.3.0

    • Added HMAC hash functions: hmacSha1AsHex, hmacSha1AsStream, hmacSha256AsHex, hmacSha256AsStream, hmacSha512AsHex, hmacSha512AsStream
    • Compatibility:

      • 6.6.0
  5. 1.2.0

    • Added functions: urlUnescape, htmlUnescape, xmlUnescape
    • Compatibility:

      • 6.6.0
  6. 1.1.0

    • Added hash functions: MD5, SHA-1, SHA-256, SHA-512
    • Compatibility:

      • 6.6.0
  7. 1.0.0

    • Initial release
    • Compatibility:

      • 6.6.0