On 4 April 2011 11:03, madushanka <[email protected]> wrote: > What is the best file encryption mechanism should use with android OS? > symmetric algorithms(DES, AES, Blowfish) or asymmetric algorithms > (RSA, DSA, PGP). ? >
Algorithms are usually NOT implementation dependent - crypto one are generic and independent on implementetion. Use that one that fits your needs best (complexity vs. security vs. processing costs) PS: PGP/GPG is not crypto algorithm Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... WebnetMobile on *Facebook <http://webnetmobile.com/fb/>* and *Twitter<http://webnetmobile.com/twitter/> * -- 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

