Previous Topic: Execute Container--Executes an Software Delivery Job Container Order FileNext Topic: SecureContainer--Encrypt an Software Delivery Job Container Order File


Encrypt--Encrypt Any String

This command encrypts any plain string that is passed as a parameter.

Syntax

encrypt <any-string>
<any-string>

Specifies a plain string.

Example:

The following example returns the encrypted value of the plain string "machine1\user1", which is an account name for accessing the share:

sd_acmd encrypt machine1\user1

Similarly, the password can be entered as a plain string, and it is also encrypted.