We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to #24 and see cryptomator/android#479
We need to increase the buffer size here as well (ByteBuffer.allocate(PAYLOAD_SIZE + GCM_TAG_SIZE))
ByteBuffer.allocate(PAYLOAD_SIZE + GCM_TAG_SIZE)
cryptolib/src/main/java/org/cryptomator/cryptolib/v2/FileContentCryptorImpl.java
Line 78 in 9097dc3
The text was updated successfully, but these errors were encountered:
Fix decrypting the file content on Android API level pre 29 using GCM
e05d909
Fixes #35 and see https://issuetracker.google.com/issues/197534888 for more details
Successfully merging a pull request may close this issue.
Similar to #24 and see cryptomator/android#479
We need to increase the buffer size here as well (
ByteBuffer.allocate(PAYLOAD_SIZE + GCM_TAG_SIZE)
)cryptolib/src/main/java/org/cryptomator/cryptolib/v2/FileContentCryptorImpl.java
Line 78 in 9097dc3
The text was updated successfully, but these errors were encountered: