My iPad app currently saves user input data in a TSV (tab separated values) file. At the end, the user emails this file out. The problem now is that I have to abide by certain policies because the information is sensitive. Is there a way to encrypt the TSV file before it is emailed?
Note: I've decided to EMAIL this TSV file because I have found NO other way to get this file onto a computer from the iPad's sandbox. If there is a better way than email, I will gladly implement it (EXCEPT using iTunes to download the app's sandbox data, which does NOT abide by the policies).
THANKS AHEAD OF TIME!