@bladedancer/api-builder-plugin-gm-hash

Flow node for hash functions.

Usage no npm install needed!

<script type="module">
  import bladedancerApiBuilderPluginGmHash from 'https://cdn.skypack.dev/@bladedancer/api-builder-plugin-gm-hash';
</script>

README

api-builder-plugin-gm-hash

About

This module installs the Hash flow-node to be used within Axway API Builder's flow editor.

The Hash flow-node allows the hashing of strings from within the flow.

md5

The md5 method calculatest the MD5 hash of the input string.

Param Type Required Description
plaintext string y The plain text to generate the hash for.

Getting started

  1. Go to platform.axway.com and create an account
  2. Install API Builder
  3. Follow the Getting Started Guide

Install

After creating your API Builder project (npx @axway/api-builder init project), you can install this flow-node handler using npm:

npm install api-builder-plugin-gm-hash

The "Hash" flow-node will then be available in the tools panel when creating or editing Flows.