Skip to main content
added 29 characters in body
Source Link
Eugene
  • 4.4k
  • 9
  • 57
  • 79

I just downloaded commons-codec.jarcommons-codec.jar and got perfect php like md5. Here is manual http://commons.apache.org/codec/api-release/org/apache/commons/codec/digest/DigestUtils.htmlmanual.

Just import it to your project and use

String Url = "your_url"; System.out.println( DigestUtils.md5Hex( Url ) ); 

and there you have it.

I just downloaded commons-codec.jar and got perfect php like md5. Here is manual http://commons.apache.org/codec/api-release/org/apache/commons/codec/digest/DigestUtils.html

Just import it to your project and use

String Url = "your_url"; System.out.println( DigestUtils.md5Hex( Url ) ); 

and there you have it.

I just downloaded commons-codec.jar and got perfect php like md5. Here is manual.

Just import it to your project and use

String Url = "your_url"; System.out.println( DigestUtils.md5Hex( Url ) ); 

and there you have it.

deleted 12 characters in body
Source Link
Eugene
  • 4.4k
  • 9
  • 57
  • 79

I just downloaded commons-codec.jarcommons-codec.jar and got perfect php like md5. Here is manual http://commons.apache.org/codec/api-release/org/apache/commons/codec/digest/DigestUtils.html

Just import it to your project and use

String Url = "your_url"; System.out.println( DigestUtils.md5Hex( Url ) ); 

and there you have it.

I just downloaded commons-codec.jar and got perfect php like md5. Here is manual http://commons.apache.org/codec/api-release/org/apache/commons/codec/digest/DigestUtils.html

Just import it to your project and use

String Url = "your_url"; System.out.println( DigestUtils.md5Hex( Url ) ); 

and there you have it.

I just downloaded commons-codec.jar and got perfect php like md5. Here is manual http://commons.apache.org/codec/api-release/org/apache/commons/codec/digest/DigestUtils.html

Just import it to your project and use

String Url = "your_url"; System.out.println( DigestUtils.md5Hex( Url ) ); 

and there you have it.

deleted 1 characters in body
Source Link
Eugene
  • 4.4k
  • 9
  • 57
  • 79

I just downloaded commons-codec.jar and got perfect php like md5. Here is manual http://commons.apache.org/codec/api-release/org/apache/commons/codec/digest/DigestUtils.html

Just import it to your project and use

String Url = "your_url"; System.out.println( DigestUtils.md5Hex(  Url ) ); 

and there you have it.

I just downloaded commons-codec.jar and got perfect php like md5. Here is manual http://commons.apache.org/codec/api-release/org/apache/commons/codec/digest/DigestUtils.html

Just import it to your project and use

String Url = "your_url"; System.out.println( DigestUtils.md5Hex(  Url ) ); 

and there you have it.

I just downloaded commons-codec.jar and got perfect php like md5. Here is manual http://commons.apache.org/codec/api-release/org/apache/commons/codec/digest/DigestUtils.html

Just import it to your project and use

String Url = "your_url"; System.out.println( DigestUtils.md5Hex( Url ) ); 

and there you have it.

Source Link
Eugene
  • 4.4k
  • 9
  • 57
  • 79
Loading