-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files are decoded as binary #188
Comments
Hi, I haven’t seen this problem before. I’m suspicious of the warning message after initialising transcrypt saying that “Executing command … git … timed out” Are the encrypted files large? |
@jmurty we finally found the issue. The problem is that If |
Hi @vjousse thanks for following up, it should have occurred to me that binary junk is a likely outcome of using the wrong password when decrypting files. Unfortunately transcrypt doesn't recognise when the password is incorrect and producing rubbish. Recognising an incorrect password would be difficult so isn't a feature I'm likely to add. But transcrypt should refuse to do any work when it gets an empty value for the password, since that is obviously and always wrong. I'll aim to improve transcrypt's handling of this situation. |
I have added a safety check to fail command with error message "empty password" if an empty password is provided to the |
Hi,
We're trying to setup
transcrypt
in our team, everything works fine except for one member who gets the file content (json) as binary.Some information about the versions installed on his Mac:
And the Mac version:
Another team member with an M2 Mac doesn't have problems.
Any idea how we could try to debug what's going on?
Thanks!
The text was updated successfully, but these errors were encountered: