SQL Safe provides you with CLI commands to help you manually encrypt plain-text password for SQL Server logins.
To perform EncryptSqlPassword operations use the following command:
- SQLsafeCmd EncryptSqlPassword <password>
Where:
Action | Description |
---|---|
<password> | Plain-text password to encrypt. |
For detailed descriptions and available options, see the CLI Help (SQLsafeCmd help EncryptSqlPassword
).