Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3986514
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T06:01:25+00:00 2026-05-20T06:01:25+00:00

I am developing an iPhone application which requires the sending of an Secure SMS,

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T06:01:26+00:00Added an answer on May 20, 2026 at 6:01 am

    http://septicus.com/products/opensource/ is a valuable resource that let you use openSSL in Cocoa environment.


    from main.m of SSCrypt framework

    // generate a private key
    NSData *privateKeyData = [SSCrypto generateRSAPrivateKeyWithLength:2048];
    // generate a public key from the private key data
    NSData *publicKeyData = [SSCrypto generateRSAPublicKeyFromPrivateKey:privateKeyData];
    

    And

    crypto = [[SSCrypto alloc] initWithPublicKey:publicKeyData privateKey:privateKeyData];
    
    NSString *topSecret = @"Billy likes Mandy";
    [crypto setClearTextWithString:topSecret];
    
    NSData *encryptedTextData = [crypto encrypt];
    NSData *decryptedTextData = [crypto decrypt];
    
    NSLog(@"Top Secret: %@", topSecret);
    NSLog(@"Encrypted: %@", [encryptedTextData encodeBase64]);
    NSLog(@"Decrypted: %s", [decryptedTextData bytes]);
    
    [crypto release];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing an iPhone application which requires a multiline text field (UITextView) to
I am new to iPhone apps, I am developing one application which requires playing
I am developing an iPhone application which works perfectly when doing a build &
I'm developing an iPhone application which uses a TableView to display XML data. The
I am developing an iPhone application which is completely based on web data. If
i am developing an application which requires recording a video in the background while
I am developing an iPhone application which will install few third party applications in
i am developing an iphone application in which i have 3 classes => main
I am developing an iPhone application which mainly makes use of the Address Book
I am developing a iPhone application which get facebook album with this URL https://graph.facebook.com/me/albums?access_token=2227470867|2.ZJr73vaEvFeN4fI_A70RFw__.3600.1297090800-100000566543036|WmgxdwULBgKXl8J7ksGIA1tyGik

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.