navneet83 / Cross-platform-AES-encryption

Basic cross platform AES encryption
Apache License 2.0
320 stars 152 forks source link

string decryption failed in c# which encrypted in objective c #58

Open praveendev404 opened 6 years ago

praveendev404 commented 6 years ago

Encrypted string in objective c when i am trying to decrypt in c#, i am getting below decrypted string with ASCI code for the first few charecters.

"3_'ؤp}���Qxt please do not share the encrypted data to any of your friends"

Thanks