[android-developers] Blowfish encryption

2011-04-05 Thread madushanka
can i use the Blowfish encryption algorithm to encrypt and decrypt the files? i read that Android SDK not support to the Blowfish encryption. If so what is the good algorithm should i use? Please give me some detail description. -- You received this message because you are subscribed to the

[android-developers] Blowfish encryption

2011-04-05 Thread madushanka
can i use the Blowfish encryption algorithm to encrypt and decrypt the files? i read that Android SDK not support to the Blowfish encryption. If so what is the good algorithm should i use? Please give me some detail description. -- You received this message because you are subscribed to the

[android-developers] Re: Blowfish encryption

2011-04-05 Thread madushanka
Thank you very much for your support. -- 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] Regarding security of the framework 2

2011-04-04 Thread madushanka
What is the best file encryption mechanism should use with android OS? symmetric algorithms(DES, AES, Blowfish) or asymmetric algorithms (RSA, DSA, PGP). ? -- 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] Re: security of the framework

2011-03-31 Thread madushanka
Thank you all for your kind attention on my problems. I think it is better to follow the Hari Edo's advise and split my problem into smaller parts and solve them. What I really need is to save the information which will come in xml format in a way that only the application can read

[android-developers] Regarding security of the framework

2011-03-31 Thread madushanka
Thank you all for your kind attention on my question. I think it is better to follow the Hari Edo's advise and split my problem into smaller parts and solve them. What I really need is to save the information which will come in xml format in a way that only the application can read

[android-developers] Re: Regarding security of the framework

2011-03-31 Thread madushanka
Thank you for your reply. For my according to my requrements I need to store some information in the internal storage. I need to encrypt and decrypt them at least to avoid unauthorized access. Also I need to encrypt some information that send from device to a web server to avoid

[android-developers] Re: security of the framework

2011-03-31 Thread madushanka
thank you all for your kind attention on my question. I think it is better to follow the Hari Edo's advise and split my problem into smaller parts and solve them. What I really need is to save the information which will come in xml format in a way that only the application can read them. (in

[android-developers] Re: security of the framework

2011-03-30 Thread madushanka
thank you all for your kind attention on my question. I think it is better to follow the Hari Edo's advise and split my problem into smaller parts and solve them. What I really need is to save the information which will come in xml format in a way that only the application can read them, (in

[android-developers] Re: security of the framework

2011-03-30 Thread madushanka
Thank you all for your kind attention on my question. I think it is better to follow the Hari Edo's advise and split my problem into smaller parts and solve them. What I really need is to save the information which will come in xml format in a way that only the application can read them, (in

[android-developers] security of the framework

2011-03-23 Thread madushanka
Hi, I am handling the security module of a framework that will designed to develop real time applications for as my final year project. I am new to android and i need help on this. At the moment i need to know how to encrypt an XML file using an algorithm and how to decrypt it when needed, in