On 17 Nov., 02:24, Hal <[email protected]> wrote: > If feasible, you might want to send smaller encrypted chunks instead > of the whole encrypted file. Just a thought....... (without knowing > all the specifics). > > This would reduce the required amount of memory. I'm familiar with > this approach but going the other way (uploading files to the server). > The last step would be reconstructing the complete file (more steps > but lighter in terms of memory). > > Again it is just a thought. > > On Nov 16, 3:31 pm, manayv <[email protected]> wrote: >
Thank you for the tip to encyrpt chunks of the file. This complicates the client/server communication, but apparently it is a working approach. Using chunks also creates starting points to continue an interrupted transfer. I also will check the recommendation of DanH to encrypt in stream fashion. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

