Hello everyobody,
I'm trying to do a presentation of MD5 algorithm in my class.
I would like to give an example of md5 hash in every programming language.
I found a useful website like http://md5-sha.com/ a with examples in all other languages, but i still want to present Java too du to its wide use. Thank you for helping.

In Java hash algorithms are subclasses of MessageDigest. If you google Java MessageDigest you'll find lots of docs and examples.

Thanx mate (y)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.