I have an test.txt file. Then, i try to get the md5 string of that file by MessageDigest. But, my question is not that. My requirement is to create an test.txt.md5 file which contains the md5 string.
How can i do that in java?
Thank you every much!
You can decompose your question in two smaller questions:
First: Getting a File's MD5 Checksum in Java
Second:
if you decompose your question you are more likely to find already made questions/answers straight on SO