I want to encrypt the sound in objective c (iPhone), so that i can send it to web server, after sending the php automatically decrypt the file. Is there any way, kindly help me...
I have sound in NSData variable.
I want to encrypt the sound in objective c (iPhone), so that i can send it to web server, after sending the php automatically decrypt the file. Is there any way, kindly help me...
I have sound in NSData variable.
Arman 288●5
0% accept rate
Maybe try accepting answers for your past questions then someone will probably answer this one too.
The iPhone SDK includes the Security Framework, this library includes many common crypto functions.
If you're a little more specific I can help you out with a high level implementation.