Skip to content

Comments

add 1#7

Merged
jzsuftnt merged 1 commit intomainfrom
testformerge
Feb 25, 2025
Merged

add 1#7
jzsuftnt merged 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 WeakkkHash {
    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));
        }

@jzsuftnt jzsuftnt merged commit de587e0 into main Feb 25, 2025
2 of 3 checks passed
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