/api-utils

Enterprise Javascript API - Utils Module

Primary LanguageJavaScriptEclipse Public License 2.0EPL-2.0

API V4 - Utils

Eclipse License GitHub contributors

Overview

  • Base64
    • provides a Base64 Object, which is used to encode/decode in base64
  • Digest
    • provides a Digest Object, which is used to encript binary/text with algorithms like md5, sha256 and sha512
  • Hex
    • provides a Hex Object, which is used to encode/decode text/binary in hexadecimal format
  • URL
    • provides a URL Object, which is used to encode/decode text in the
  • UUID
    • provides a UUID Object, which is used to generate random universally unique identifiers
  • XML
    • provides a XML Object, which is used to transfrom from JSON to XML and vice versa

License

This project is copyrighted by SAP SE and is available under the Eclipse Public License v 2.0. See LICENSE and NOTICE.txt for further details.