I want to lock a file (located in the Documents directory of my Application Bundle) programmatically using a password. Is there an API for that, or do i have to write my own encryption and decription mechanism?
I've allready searched on the internet, but i couldn't find the proper solution for my problem.
To be clearly, i want to store a NSDictionary to a file located in the Documents directory. There i'd simply use NSDictionary's method writeToFile:atomically:
but there is no possibility to set a password?
Thanks for your help, Br Nic