Data Encryption iOS App
                                                Encrypt images/texts/files(AES256)
Encrypt raw image data from camera
Sync encrypted data with iCloud
Sync encrypted data with Dropbox
Transfer decrypted/encrypted files to/from iTunes
Full Texts Search
Technical Details: The App is written in Objective C(iOS SDK 8.1)
Controller/Interface that I use: UIViewControler
UITableViewController
UITabBarControllerDelegate
NSURLConnectionDelegate
UITextFieldDelegate
UIGestureRecognizerDelegate
MFMailComposeViewControllerDelegate
UIActionSheetDelegate
UISearchDisplayDelegate
UISearchBarDelegate
AES256: Use Common Cryptographic Algorithm Interface
Hash: Use Sha1 Hash
Database: Use Sqlite3
iCloud API
Dropbox API
Data Encryption iOS App
                                                Encrypt images/texts/files(AES256)
Encrypt raw image data from camera
Sync encrypted data with iCloud
Sync encrypted data with Dropbox
Transfer decrypted/encrypted files to/from iTunes
Full Texts Search
Technical Details: The App is written in Objective C(iOS SDK 8.1)
Controller/Interface that I use: UIViewControler
UITableViewController
UITabBarControllerDelegate
NSURLConnectionDelegate
UITextFieldDelegate
UIGestureRecognizerDelegate
MFMailComposeViewControllerDelegate
UIActionSheetDelegate
UISearchDisplayDelegate
UISearchBarDelegate
AES256: Use Common Cryptographic Algorithm Interface
Hash: Use Sha1 Hash
Database: Use Sqlite3
iCloud API
Dropbox API