crypto

base64

Description

This service provides simple base64 encryption.

Config

Inport

input: String. The data that will be encrypted.

Outport

out: String. The encryption result.

Example

hash

Description

This service provides md5 and sha256 hash function.

Config

method: String. The hash function that you want to use. This value must be md5 or sha256.

Inport

input: String. The data that will be hashed.

Outport

out: String. The hash result.

Example