This service provides simple base64 encryption.
input: String. The data that will be encrypted.
out: String. The encryption result.
This service provides md5 and sha256 hash function.
method: String. The hash function that you want to use. This value must be md5 or sha256.
input: String. The data that will be hashed.
out: String. The hash result.