Hi All,

In java I used the following:

SHA1CreateDigest Shash = new SHA1CreateDigest();
byte [] tog = Shash.SHA1Encode(test);

=> test is the string of which I want to create the hash value

Any idea how do I do this in Android?

Thanks In Advance,
Perumal

On Jul 7, 4:50 pm, perumal316 <[email protected]> wrote:
> Hi All,
>
> I want to calculate the hash value of the all the folders in a
> particular directory. I am able to do it in a java application.
>
> Any idea how to do it in Android?
>
> Thanks in Advance,
> Perumal

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to