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