skavinvarnan / Cross-Platform-AES

Simple cross-platform encryption and decryption using AES
MIT License
142 stars 69 forks source link

Decryption is not working with swift IOS #24

Closed sadhu-sanjay closed 5 years ago

sadhu-sanjay commented 5 years ago

Could you please check the IOS Decryption and Encryption it not working Properly. when I'am trying to decrypt a string which was encrypted on Android platform. (or could be please remove CrossPlatform from the title..its misleading) Sorry for my Langauge.

skavinvarnan commented 5 years ago

I tried with the example given here. It works fine.

Environment tested: xcode: 10.12.1 simulator: iPhone XR iOS 12

sadhu-sanjay commented 5 years ago

Sorry..i may have jumped the Gun. its working, if we go by the examples. Turns out the guys on android side are using https://github.com/Pakhee/Cross-platform-AES-encryption which i believe is the base code for your library. hence the confusion Anyways..thanks

skavinvarnan commented 5 years ago

No problem.