sending encrypted email or zip file

10 views
Skip to first unread message

Leland Usher

unread,
Nov 18, 2009, 6:48:43 PM11/18/09
to iphonesdkd...@googlegroups.com

Hi, I am currently sending an email from my xcode/iphone app. The requirements are to send an encrypted email or attached file and then be able to decrypt/open the information after receipient delivery.

Has anyone seen any code to help me accomplish this task?

Thanks

Leland

David Phillip Oster

unread,
Nov 24, 2009, 5:19:50 PM11/24/09
to iPhone SDK Development
The /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/
iPhoneOS3.0.sdk/usr/include/CommonCrypto/CommonCryptor.h has lots of
calls for standard ciphers for encrypting text.These calls are in the
System.framework . Once you have an encrypted data block, use that as
the body of your email. http://code.google.com/p/google-toolbox-for-mac/
has code you can use to encode the cipher text as Base64 for sending
in an email.
Reply all
Reply to author
Forward
0 new messages