CRYPT
Encrypt your passwords with the Unity Version Control CLI.
Read time 1 minuteLast updated 21 days ago
Description
Encrypts a password.Usage
cm crypt <mypassword>
Option / Argument | Description |
|---|---|
| mypassword | Password to be encrypted. |
Help
Remarks
This command encrypts a given password passed as argument. It is designed to encrypt passwords in configuration files and increase safety.Examples
(Encrypts the password in the database configuration file: 'db.conf'.)cm crypt dbconfpassword -> ENCRYPTED: encrypteddbconfpassword