Decrypting exceptions
There is a php script utility designed to decrypt logs and exceptions. Find it at FormFlow \utils\decrypt_logs.php.
How to use it:
php log_crypting -o output_folder
List of optional parameters:
-h |
Displays the help text |
-l |
FormFlow username |
-p |
FormFlow password |
-d |
Exception decryption password. This password can be found in the GUI at . Use this password to decrypt exception outside the FormFlow server where the exceptions were created. |
-i |
Input folder (if not specified, |
-o |
Output folder |
-z |
Creates a ZIP archive |
-s |
ZIP archive password (optional; if not specified, it will be generated) |
-c |
Runs in interactive mode (the script prompts for the -l, -p, -d parameters) |
-f |
Specify the files to decrypt. |