objective c - How to protect video assets in a Mac Os X application -


hello developing mac os x application that, among other things, plays video resources in avplayerview. should use encrypting content cannot stolen resources ?

thanks

you can't protect content perfectly. can simple things ward off casual hacker who's semi-technical ripping content.

one easy solution encrypt mp4 files modern crypto library (e.g. aes) , embedded key. run http server on localhost read resource stream , stream. should handle 99% case. determined hacker who's willing spend additional amount of time reverse engineer app might able find key , original video bytes.


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -