[android-developers] Re: SHA1 Encryption

2008-12-22 Thread Ralf

On Mon, Dec 22, 2008 at 4:22 AM, flash  wrote:
>
> Hi,
> Is there anyway in android that you can SHA1 encrypt a String?

Try googling "java crypto sha1" to see how to use the MessageDigest API:
http://code.google.com/intl/fr/android/reference/java/security/MessageDigest.html

R/

>
> Thanks
>
> >
>

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: SHA1 Encryption

2008-12-27 Thread Maxence Warzecha

take a look at :
http://www.java2s.com/Code/Java/Security/MessageDigestwithSHA1.htm

On 22 déc, 13:22, flash  wrote:
> Hi,
> Is there anyway in android that you canSHA1encrypt a String?
>
> Thanks
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---