String path = "C:\Users\mike\Downloads\1\2.txt"; String md5Hex = DigestUtils.md5Hex(new FileInputStream(path)); System.out.println(md5Hex);