ドキュメント

サポート

CRYPT

Encrypt your passwords with the Unity Version Control CLI.
読み終わるまでの所要時間 1 分最終更新 5ヶ月前

Description

Encrypts a password.

Usage

cm crypt <mypassword>

Option / Argument

Description

mypasswordPassword 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

cm crypt dbconfpassword -> ENCRYPTED: encrypteddbconfpassword
(Encrypts the password in the database configuration file: 'db.conf'.)