Skip to content

Comments

3rd#9

Open
jzsuftnt wants to merge 1 commit intomainfrom
testformerge
Open

3rd#9
jzsuftnt wants to merge 1 commit intomainfrom
testformerge

Conversation

@jzsuftnt
Copy link
Owner

No description provided.

@lacework-code-security
Copy link

sca found potential 1 new issues

public class AnotherWeakHash3rd {
    public static String hashMD5(String data) throws NoSuchAlgorithmException {
        MessageDigest md = MessageDigest.getInstance("MD5");
        byte[] hashBytes = md.digest(data.getBytes());
        StringBuilder sb = new StringBuilder();
        for (byte b : hashBytes) {
            sb.append(String.format("%02x", b));
        }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant