[android-developers] Re: Calculating Hash Value
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 <perumal...@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home