Checksum (SHA1, MD5...)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Checksum (SHA1, MD5...)

Rainer M. Engel
Is there a way to generate a checksum of a string in ImageJ?

I plan to add this info as a summarizing annotation and for the name
while saving the appropriate image.

Regards,
Rainer


--
Rainer M. Engel, Dipl. Digital Artist
scientific|Media GbR
Pichelsdorferstr. 143
D-13595 Berlin
Reply | Threaded
Open this post in threaded view
|

Re: Checksum (SHA1, MD5...)

ctrueden
Hi Rainer,

Java has it built in using the MessageDigest class. Here is a blog post
about it:
  http://www.javablogging.com/sha1-and-md5-checksums-in-java/

-Curtis


On Fri, Jan 20, 2012 at 2:02 PM, Rainer M. Engel <[hidden email]> wrote:

> Is there a way to generate a checksum of a string in ImageJ?
>
> I plan to add this info as a summarizing annotation and for the name
> while saving the appropriate image.
>
> Regards,
> Rainer
>
>
> --
> Rainer M. Engel, Dipl. Digital Artist
> scientific|Media GbR
> Pichelsdorferstr. 143
> D-13595 Berlin
>
Reply | Threaded
Open this post in threaded view
|

Re: Checksum (SHA1, MD5...)

Rainer M. Engel
Thank you Curtis, ..


Am 20.01.2012 21:31, schrieb Curtis Rueden:

> Hi Rainer,
>
> Java has it built in using the MessageDigest class. Here is a blog post
> about it:
>   http://www.javablogging.com/sha1-and-md5-checksums-in-java/
>
> -Curtis
>
>
> On Fri, Jan 20, 2012 at 2:02 PM, Rainer M. Engel <[hidden email]> wrote:
>
>> Is there a way to generate a checksum of a string in ImageJ?
>>
>> I plan to add this info as a summarizing annotation and for the name
>> while saving the appropriate image.
>>
>> Regards,
>> Rainer
>>
>>
>> --
>> Rainer M. Engel, Dipl. Digital Artist
>> scientific|Media GbR
>> Pichelsdorferstr. 143
>> D-13595 Berlin