I'm using RNCryptor to encrypt NSData on iOS and send it to a Python server. So far, so right. My problem comes when I try decrypt NSData on server side.
RNCryptor embeds all relevant data in encrypted header, but I can not get the IV in the server side to decrypt data received.
Any idea?
Configuration: iOS 5.0 with RNCryptor / Python + Tornado Web Server
Thanks!