-1

Possible Duplicate:
Encryption of video files?

i starting new project that needs to have lot of videos storing in the sdcard but i don't want users can access this videos or share it because this is paid app i read about des encryption for Strings can i make encryption for videos? and please can you give me hint or tutorial about this subject

Community
  • 1
  • 1
  • Duplicate of http://stackoverflow.com/q/9496447/1720391 as pointed out by Goo. However, that does not suggest a method for playing the video without exposing it in decrypted form, which is the more challenging part of the problem. Also, decryption keys can be extracted from the application unless substantial effort is made to obfuscate them. – Chris Stratton Jan 18 '13 at 19:59

1 Answers1

0

Yes you can encrypt any file with CipherInputStream and CipherOutputStreamin

You can find an example of theses cipher methods in this post : Encryption of video files?

Community
  • 1
  • 1
Goo
  • 1,318
  • 1
  • 13
  • 31