Cryptography

From Pointui

Provides miscellaneous cryptography and encoding functions.

Methods

String MD5Hash(String value)

AVAILABLE SINCE: 2.0.22b Returns a MD5 hash of the supplied input value.

String ToBase64(String value)

AVAILABLE SINCE: 2.0.22b Returns a String containing the Base 64 encoding of the input value.