-
Notifications
You must be signed in to change notification settings - Fork 49
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
Unrecognised version number: 65 #10
Comments
Can you provide a test vector for me? I'd like to see:
|
you can download them from this link : |
Please post the vectors as a comment in this issue. I don't want to log into a file sharing site to access a ZIP. |
A (not so wild) guess here, but likely one side is using base64 to encode the output, the other isn't decoding it. |
@ramziShadid: Is this issue still a problem for you? If so, please post test vectors as a comment. |
Closing due to lack of response. Please comment here again if you want this investigated. |
have the same issue( String to decode: "AwGBfFE6+BAQXP6iS/76r8eyzMlCUrIpGIiCJ1txpMw11hk32ObOniqi41T7BoG7dtXTecn4kOEh8NQQP MUxYzuwCb9kjaDyLcfDcWGh5JxTkA==" key: "vRmfE690PF8u0123e24W7OdhF37g5e8g" |
Your guess is correct that decoding money needs to do base64 processing first |
i'm developing an application for android and iOS which communicate with PHP server, i am using RNCryptor to encrypt the data between them.
For both iOS , PHP encryption/decryption are working fine but in android the decryption are not working and giving me org.cryptonode.jncryptor.CryptorException: Unrecognised version number:65.
After tracing your code in Android you are supporting 2 versions of codes "2","3" and my encryption from the server "PHP" is returing 65
So do you have any idea what i'm doing wrong ?
The text was updated successfully, but these errors were encountered: