[android-developers] Re: hash functions

2011-05-10 Thread pasamblue1
How about PBKDF2. This one is as per FIPs standard. Is SHA1 also a standard from FIPs. On May 10, 12:52 pm, Nikolay Elenkov wrote: > On Tue, May 10, 2011 at 3:59 PM, gjs wrote: > >http://developer.android.com/reference/java/security/spec/MGF1Paramet... > > > SHA256, 384, 512 > > What does the ma

[android-developers] hash functions

2011-05-09 Thread pasamblue1
I am developing an android application for encryption decryption of messages. I need some hash algorithm to generate key from password. I am using SHA1 for the same. Not sure if it is good to use it for security reasons. Is there any other algorithm to be used as hash function. -- You received th

[android-developers] encryption decryption in android

2011-05-03 Thread pasamblue1
Hi, Just wanted to know does encryption decryption algorithms in android mobile application is made thread safe. I have seen AES and other algorithms but FIPs standard does not mentions anything regarding multithreading in AES algorithm. -- You received this message because you are subscribed to