-1

I'm creating a video club app in android studio, and wanted to put a resource for the user to view the movie offline as netflix does, but for security reasons I wanted to do something for the movie only to be read by APP but not I know how to do this, can recommend me sites to read on this subject, I already googled in google and I find nothing!

Markus Kauppinen
  • 3,025
  • 4
  • 20
  • 30

1 Answers1

0

You may have a look on this answer about file encryption with AES on Android to start Encrypting files with AES on Android

Also, you may need to send decrypted bytes buffer straight to video player, not to actually create decrypted temp file.

Andy.And
  • 21
  • 3