MD5 using Java



Home

Algorithm

C++

Java

Python

PHP

ASP

.NET Framework

ActionScript

JavaScript

Contact

Source Code

MD5.java

Usage

1. Edit MD5.java first line to a valid java package.
2. MD5 class has 2 static functions:

     getFileMD5 - returns the MD5 of a file.
     getStringMD5 - returns the MD5 of a string.