navneet83 / Cross-platform-AES-encryption

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

Issue with decrypting on iOS #26

Open pkarthikr opened 9 years ago

pkarthikr commented 9 years ago

Hi,

I have been facing a similar problem as this issue https://github.com/Pakhee/Cross-platform-AES-encryption/issues/24

Been using this library for Java Server Side as well as on Android without any issues.

The issue is the string encrypted on Java server is not being decrypted on the iOS side. Where do you think I might be going wrong with this?