Andrew
The encryptions all round trip successfully but no guarantees for compatibility interworking with third party data as I can't try that.
As you saw in my previous question under byteconversion library, I'm trying to get a match between b4ppc app and b4a app on encryption.
I'm using the same key array in both apps.
In b4a there is an initialization vector which doesn't exist here.
Here there is mode, but neither made it the same.
Can you advise what has to be done (probably in the b4a app) to make it compatible ?
Thanks
Alternatively - maybe another encryption method will work better, can you recommend ?
edit: Hold it, I found IV in cryptoEx as well, I'll try to include it and check ...
Edit: Big success !, with mode 1 and using the same IV in both apps:sign0060: