1
vote
Encrypting data in Cocoa, decoding in PHP (and vice versa)
I think your problem is that the method of deriving the raw encryption key from the key string is different on the two sides. The php md5() function returns a hexadecimal string, i.e 'a476c3...' wh …
