Password Encryption REST API

Password Encryption REST API

Use the Encrypt Password REST API to encrypt a phrase that can then be used in a variable to pass to a
Project
. This API uses the POST method.
Use the following URL for the REST API call:
POST http://<hostName>:<portNumber>/informaticamft/api/v1/encryptPassword
  • <hostName>
    is the host name or IP address of the Managed File Transfer server.
  • <portNumber>
    is the port number of the Managed File Transfer server. The default port for HTTP is 8000 and the default port for HTTPS is 8002, for example,
    http://myserver:8000
    or
    https://myserver:8002
    .
You can provide a request body in JSON to the REST API call. The following table describes the request body object:
Object
Arguments
password
Enter the text that should be encrypted.

Request Body Example

The following code shows the request body syntax:
{ "password": "Hello" }

Response Body Example

The following code shows a response:
“3yN10Ct4LQs="

0 COMMENTS

We’d like to hear from you!