Hi all,
I am now working with encryption and decryption algorithm in
java.
As of now i am making use of the
MD5 algorithm to encrypt the data.
I can encrypt the value to a hexadecimal values.
I am not able to get original
String value after decryption.
Is there is any way to achieve the original data?
If not how can we convert the hexadecimal values to Strings?
Please help me out ASAP..
I am totally hanged up with this issue.
