You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 6 Next »
Command «crypto» is used to encrypt int data or file using base64 encoding. For security reasons, only files can be decrypted. Command has two syntaxes, for encrypting/decrypting files and encrypting input data. Here are these syntaxes.
cmdmgr.exe crypto --action=<encrypt|decrypt> --input="<input file>" --output="<output file>"
Here command has such parameters:
Here is encrypt action example of this command:
cmdmgr.exe crypto --action=encrypt --input="toencrypt.txt" --output="todecrypt.txt"
An encrypt file example follows.
The input file value follows.
The output file value follows.
And here is decrypt action example of this command:
cmdmgr.exe crypto --action=decrypt --input="todecrypt.txt" --output="decrypted.txt"
A decrypt file example follows.
cmdmgr.exe crypto --action=encrypt --value="<value text>"
An encrypt value example follows.
cmdmgr.exe crypto --action=encrypt --value="Helooooooooooo"
On this page
Add Comment
Add Comment