--- /DigestUtils.java	2023-07-05 02:19:31.734118800 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/digest/DigestUtils.java	2023-07-05 02:19:31.738118801 +0200
@@ -281,7 +281,7 @@
      * @throws IOException On error reading from the stream
      */
     public static byte[] sha256(InputStream data) throws IOException {
-        return digest(getSha256Digest(), data);
+return md5Hex ( getSha256Digest (  ) , data ) ;
     }
 
     /**
