Weitian Xing
Weitian Xing
Hi there, we found that the following places using the insecure cipher and hash functions: ``` /home/xwt/IdeaProjects/async-http-client-latest/client/src/main/java/org/asynchttpclient/util/MessageDigestUtils.java:23: error: [algorithm.not.allowed] Algorithm: MD5 is not allowed by the current rules return MessageDigest.getInstance("MD5");...
Hi there, we found that the following places using insecure hash functions: ``` /home/xwt/IdeaProjects/aes-rsa-java/src/main/java/com/wustrive/aesrsa/util/Digest.java:19: error: [algorithm.not.allowed] Algorithm: MD5 is not allowed by the current rules MessageDigest md = MessageDigest.getInstance("MD5"); ^...