I am developing an iPhone application which requires the sending of an “Secure SMS”, i am able ot send the sms from within our application using MFMessageComposeViewController method, but i am not getting any help on how we can send an SMS securily like the text should be encrypted from client side(iPhone) and it should be decrypted at server side and also vice versa.
any sample code or ideas would be appreciated.
thanks
shiva.
http://septicus.com/products/opensource/ is a valuable resource that let you use openSSL in Cocoa environment.
from main.m of SSCrypt framework
And