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!