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 [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

