Encrypt--Encrypt Any String

This command encrypts any plain string that is passed as a parameter.
cla140
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.