String to MD5 Hash

Content Type: Service
Categories: Communication

Overview

JAVA Action that sets a string to UTF-8 encoding, MD5 hashing and Base64 converting

Documentation

Demo urlhttps://mdhash-sandbox.mxapps.io

StringToMD5Hash

JAVA Action that sets a string to UTF-8 encoding, MD5 hashing and Base64 converting

How to use

Add the java action to a microflow and use the returned value.

Algorithm

Step 1

Encode the string to a byte array using UTF-8 encoding

Step 2

Compute the MD5 hash (RFC 1321)

Step 3

Convert the hash to a Base64 string (RFC 2045)

Dependencies

None

Test project

https://mdhash-sandbox.mxapps.io username: AdminUser password: 04%Xfnt4P0&nnic6

Releases

Version: 1.0.0
Framework Version: 9.13.1
Release Notes: Added license.txt to repository.