It seams like you encrypted the files as one file .
maybe you can stop  the encryption after one file is encrypted ,and restart
the encryption when the followed  file comes in.

sorry for my poor english .

2012/1/17 chander <mohan.c...@gmail.com>

> Hi all,
>
> I am making a File encryption application,i am using AES encryption
> for doing this. In this, i listed all files stored on the SD card and
> then i gave a checkbox infront of files.
>
> 1- User can select multiple files and on clicking ENCRYPT, these files
> will be encrypted in ".enc" format, i am storing files for passing
> into encryption algorithm in an Array List.
>
> 2- But now i am decrypting the files in reverse order, i have to
> decrypt all files which are selected by user from ".enc" extension to
> their orignal extension. how i can move forward to do this, tell me
> the best way for doing decryption here?
>
> i am confused here at this point, how i decrypt to orignal extension.
> Please suggest me the way so that i can move forward.
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to