Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is their any way to generate Password Protected files in Mac?

It will do if it is .zip or .csv or any other format..

Any reference or link will be welcome... thanx

share|improve this question
2  
What are you protecting? A csv on its own is a plain filr and cannot be password protected so it needs to be wrapped in something, also do you want to read it on anything but a Mac? Mac – Mark Dec 22 '11 at 16:41
i want to protect my data in either .csv or .zip or .xls format with password protection.... – DShah Dec 22 '11 at 16:52

closed as off topic by Saurabh, phresnel, Jonathan Grynspan, Joshua Nozzi, Josh Caswell Dec 22 '11 at 19:57

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 0 down vote accepted

CSV files cannot be password protected. CSV is a comma-delimited text file format. You can create a password protected ZIP or XLS file. Look at answers to similar questions Creating zip files in ObjectiveC for iPhone

share|improve this answer
ok but how can i generate password protected .zip or .xls file.???? – DShah Dec 22 '11 at 16:49
if zip can be password protected then how to achieve that?? – DShah Dec 22 '11 at 16:50
Look at the similar questions. Its answered there. – Vineet Bhatia Dec 22 '11 at 16:56

Not the answer you're looking for? Browse other questions tagged or ask your own question.