You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: