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

Project4 #3246

Closed
wants to merge 8 commits into from
Closed

Project4 #3246

wants to merge 8 commits into from

Conversation

WannaCry016
Copy link

Problem

-The need to securely hash passwords to protect user data, ensuring that sensitive information is not exposed even if the database is compromised.

Solution

-A command-line tool that allows users to hash passwords using different hashing algorithms (SHA-256, SHA-512, and MD5) with the flexibility to specify the desired hash type.

Changes proposed in this Pull Request :

  • Implemented a password hashing tool that accepts user input for a password and hash type.
  • Utilized the argparse module for command-line argument parsing, allowing for easy specification of the password and hashing algorithm.
  • Provided default hashing algorithm as SHA-256 while allowing users to choose from SHA-512 and MD5.
  • Output formatted to clearly indicate the hash type used along with the resulting hashed password.

@WannaCry016 WannaCry016 closed this Nov 1, 2024
@WannaCry016 WannaCry016 deleted the project4 branch November 1, 2024 17:42
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