Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create code.java #782

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

rajapandi1234
Copy link

No description provided.

Signed-off-by: rajapandi1234 <[email protected]>

// Insecure Cryptography Example: MD5 for hashing passwords
String password = "supersecretpassword";
MessageDigest md = MessageDigest.getInstance("MD5"); // MD5 is cryptographically broken

Check failure

Code scanning / CodeQL

Use of a broken or risky cryptographic algorithm High

Cryptographic algorithm
MD5
is weak and should not be used.
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