REST API Reference

REST API Reference

Encrypted String

Encrypted String

The encryptedstring request returns the encrypted value of a string. It uses the site key for encryption. You can run the API to get the encrypted value of a database password.

Resource URL

/tdm/v1/utilities/encryptedstring

HTTP Request

GET http(s)://
<host>
:
<port>
/api/public/tdm/v1/utilities/encryptedstring

Request Header

The request header includes the following headers:
Header
Description
accept
Use the following value:
application/json
Authorization
Required. Use the following value:
Basic <user name>

Request Query Parameters

The request includes the following optional query parameters:
Parameter
Description
input
String that you want to encrypt.

Sample Request

GET http://<host>:6605/api/public/tdm/v1/utilities/encryptedstring?input=%22docuser%22

Sample Response

Raw result: 0kr1QNlKi7gnrgyE64mTLw==

0 COMMENTS

We’d like to hear from you!