Skip to content

CliCompiler how to recrypt folder

Viktor Chernev edited this page Nov 10, 2024 · 4 revisions

recrypt-folder

DescribeCompilerCLI recrypt-folder "C:\parse\path\input\input.denc" "C:\result\path\input\input-changed-password.denc"
password="qwerty123" auto

recrypt-folder ENCRYPTED_PATH PLAIN_PATH password=PASSWORD [ auto ][ theme=<verb> ]

The recrypt-folder command is used to change the password of many encrypted describe source files in a folder - '.denc'. First we specify the command, followed by the source folder to be recrypted and the output folder path. Anything after that is optional. (Input and Output paths cannot be the same)

  • password
    The password that will be used to recrypt the file.

  • auto
    The auto flag specifies that the tool is being invoked from a script or a tool. Essentially it removes stuff like changing console colors and prompts like Press any key to exit., as those can break or complicate automated scripts and tools.

  • theme
    The CLI Transpiler now supports different color themes, via this flag. Expected values are: DBLUE, LBLUE, GREEN, PASTEL, EARTH, CONTRAST, DEFAULT, VIOLET and CYAN.

Links

Back

Clone this wiki locally