Decryption
The aiguard decrypt [options] command is used to decrypt datasets and model scripts.
In the preceding command, [options] indicates the CLI options. For details about these options, see Table 1.
Parameter |
Description |
|---|---|
--input_path or -i |
Mandatory. It indicates the path of the plaintext data to be decrypted. Data to be decrypted can be in the following types:
NOTE:
Ensure that the owner group of the encryption/decryption tool is the same as that of the data to be encrypted and decrypted. After the encryption or decryption is complete, check whether the file permission meets the requirements. |
--output_path or -o |
Mandatory. It indicates the path for storing the decryption result. NOTE:
|
--h or --help |
Optional. It displays the help information. |
-f or --key_file |
Mandatory. It specifies the file path of the master key exported from AI-VAULT. The encryption password of the master key is required to set this parameter. |
-e or --encrypt_tool |
Optional. Decryption tool. 0 (default) indicates crypto_fs, and 1 indicates client_tool. |