[android-developers] Re: SHA1

2011-10-02 Thread Kristoffer
Oh my reply did not post. I just wrote that it works great with MessageDigest class. Thanks for the help. On 26 Sep, 09:46, Nikolay Elenkov wrote: > On Mon, Sep 26, 2011 at 4:39 PM, Kristoffer wrote: > > Hello. > > > Is there a easy way of making asha1from a string in android? > > That has actu

[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 subsc

[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 > > >