Skip to content
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

Videos encrypted in swift RNCryptor cannot be decrypted using JNCryptor #55

Open
nagarajan-ck opened this issue Apr 12, 2023 · 0 comments

Comments

@nagarajan-ck
Copy link

We were looking to decrypt video files in our backend using JNCryptor that was encrypted by our iOS app earlier(using swift RNCryptor), but we get the following error.

org.cryptonode.jncryptor.CryptorException: Unrecognised version number : 12

Tried troubleshooting around a bit, and found it is possible to decrypt video files using JNCryptor that was encrypted by JNCryptor, it is also possible to decrypt files using the swift RNCryptor that was encrypted by JNCryptor.

I wonder if it is a version issue since the swift RNCryptor is at version 5, but JNCryptor is still at 1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant