Hiển thị các bài đăng có nhãn Java Programming. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn Java Programming. Hiển thị tất cả bài đăng
MD5 Encryption Java Program(not Decryption)-Message Digest Algorithm

MD5 Encryption Java Program(not Decryption)-Message Digest Algorithm

MD5 is one of the famous Hash algorithm.  This algorithm is used in many websites for storing the password in encrypted form. The MD5 message-digest algorithm was developed by Ronald Rivest at MIT in 1992. This algorithm takes a input message of arbitrary length and produces a 128-bit hash value of the message.
  MD5 is one way encryption method,means only encryption no decryption(but there is
From Java Byte code to Java Source Code

From Java Byte code to Java Source Code

This article is especially for Java programmers.  I am going to give you tool which will decompile the byte code and give you source code.  Sounds good na?! 

The “Java Decompiler project” aims to develop tools in order to decompile and analyze Java 5 “byte code” and the later versions.



JD-Core is a library that reconstructs Java source code from one or more “.class” files. JD-Core may be