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