common encryption method
-
Hi all, I there any common in built class to encrypt password in java(black berry, android api) and objective c(iphone). I heard about Md5 but don't know whether it is available for all these languages. thanks & regards
Bajrang Singh Using .net 2.0 (VS2005)
-
Hi all, I there any common in built class to encrypt password in java(black berry, android api) and objective c(iphone). I heard about Md5 but don't know whether it is available for all these languages. thanks & regards
Bajrang Singh Using .net 2.0 (VS2005)
MD5 is an algorithm, so it can be implemented in any language. If it is implemented in java it should give the same results as the C# or C implementation. Don't know if it is though. Do note that MD5 is: 1) Not an encryption algorithm. It is a hashing algorithm, which means you cannot get back to your original data from the MD5 value. For password comparison it should be ok, but not if the password is used to encrypt data or access a database, etc. 2) Not recommended for new projects, as it is officially classed as "broken". (I.e. a mechanism has been found to generate a valid input sequence from an MD5 value) Use SHA instead if you can
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.
-
Hi all, I there any common in built class to encrypt password in java(black berry, android api) and objective c(iphone). I heard about Md5 but don't know whether it is available for all these languages. thanks & regards
Bajrang Singh Using .net 2.0 (VS2005)
Yes. Buy this book[^] I bought it back when it came out ... that makes me old, and it contains enough coverage to make you comfortable with encryption in the modern languages, Java and even .NET. The chat application in this book answers the annual question that we constant get on this forum of, "How do I build a chat application" as well.
Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost