decrypt all files script fails without error
Merlinux-source opened this issue · 5 comments
@Merlinux-source Has the issue been resolved for you?
@Merlinux-source If there's no further support needed, I'd close this ticket at the end of this week.
I too am having this issue. I'm a noob and have no idea how to fix this issue.
@brandonb1987 @Merlinux-source I now added DEBUG_MODE
and DEBUG_MODE_VERBOSE
to the documentation.
@brandonb1987 You can either provide the values as environment variables during execution DEBUG_MODE=true DEBUG_MODE_VERBOSE=true ./recover.php [...]
or you can scroll down in the corresponding script, uncomment the corresponding config()
calls and set the corresponding values to true
there:
encryption-recovery-tools/end-to-end-encryption/recover.php
Lines 183 to 184 in 9badf23
encryption-recovery-tools/server-side-encryption/recover.php
Lines 236 to 237 in 9badf23