MD5 hash from file java action

Content Type: Sample
Categories:

Overview

Select your entity with the file and generate a MD5 hash.

Documentation

Description

This java action takes the MD5 hash value from a file. 

Typical usage scenario

You upload a file and want the MD5 hash (for your own usage or for an external source), this java action takes the object with the generalization from filedocument and gets the uploaded file and generates the MD5 hash of that file and returns it as string.

How to use

Download the package, right click your module and select ‘Import document from file’ and select the package. Then you can use the java action.

Releases

Version: 1.0.0
Framework Version: 7.23.8
Release Notes: Java action to get a MD5 hash from file.