Open swa6589 opened 8 years ago
I'm seeing the same thing. I have my Android and iOS apps producing the same encrypted result (they both use the same IV) but I can't get the windows side to produce the same result... have you found a fix for this, per chance?
Update: I solved my problem... the "how to use" code for CS showed this line wrong. once I corrected to 32, I now get the same results from C#/iOS/Android:
string key = CryptLib.getHashSha256("1111111111111111", 32); //32 bytes = 256 bits
We have followed exactly the same approach given here for IOS and C#. But unfortunately we are getting two different results.
We hardcoded IV key and Secret key and tested. Even this scenario into different results.
Let us know that any one has resolved this issue.
Any help is appreciated.
Thanks in advance