Hi I'm new in swift and XCode and have a question
I want to create an application for OS X that show some movies,images,HTML5 and...
My issue is that each files has big space(for example 200Mg) and i want to protect them from coping by others so i think that i can encrypt it and when i want to show to user, i decrypt them in temporary directory and bind them to UI but in that situation, hackers would listen to Harddisk to find my decrypted files and copy them.
I want to ask two question:
- Do you have any other solution?
- Is there any way to protect temporary directory that only my application can access it?
Thanks a lot