Make the brute-force more sensitive and bug fix

This commit is contained in:
KnugiHK
2022-02-22 21:19:19 +08:00
parent 08c5979eed
commit 3e71817778
2 changed files with 5 additions and 4 deletions

View File

@@ -121,7 +121,7 @@ def main():
" are not present. For details, see README.md.")
exit(3)
elif error == 2:
print("Failed when decompressing the decrypted backup."
print("Failed when decompressing the decrypted backup. "
"Possibly incorrect offsets used in decryption.")
exit(4)
else: