Android Question video/audio/pdf encryption

zavaree

Active Member
Licensed User
Longtime User
Hi
i want encrypt video/audio/pdf file.
My files are on the server. when user open/play file download file and decryption in app and run.
which way you suggested for me ?
 

zavaree

Active Member
Licensed User
Longtime User
You can use B4XEncryption to encrypt or decrypt the files. However if the files are large then it might be too slow.

Another option is to stream the video directly from the server.
thx erel.
How much file size should I use to use this function?
because i want user play/open file in offline mode to.
 
Upvote 0
Top