-
Notifications
You must be signed in to change notification settings - Fork 203
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
π: password cracking tool #203
Labels
Contributor
Denotes issues or PRs submitted by contributors to acknowledge their participation.
good first issue
Good for newcomers
gssoc-ext
hacktoberfest
level1
Status: Assigned
Indicates an issue has been assigned to a contributor.
Comments
π Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible. Feel free to join our community on Discord to discuss more! |
UTSAVS26
added
good first issue
Good for newcomers
Contributor
Denotes issues or PRs submitted by contributors to acknowledge their participation.
Status: Assigned
Indicates an issue has been assigned to a contributor.
level1
gssoc-ext
hacktoberfest
labels
Oct 7, 2024
21 tasks
UTSAVS26
added a commit
that referenced
this issue
Oct 10, 2024
## Pull Request for PyVerse π‘ ### Requesting to submit a pull request to the PyVerse repository. --- #### Issue Title **Please enter the title of the issue related to your pull request.** password-cracking-tool - [x] I have provided the issue title. --- #### Info about the Related Issue **What's the goal of the project?** To simulate how hackers crack password using brute force attack although this is a naive way but good to start with. - [x] I have described the aim of the project. --- #### Name **Please mention your name.** Ankit Ojha - [x] I have provided my name. --- #### GitHub ID **Please mention your GitHub ID.** ojhankit - [x] I have provided my GitHub ID. --- #### Email ID **Please mention your email ID for further communication.** *Enter your email ID here.* [email protected] - [x] I have provided my email ID. --- #### Identify Yourself **Mention in which program you are contributing (e.g., WoB, GSSOC, SSOC, SWOC).** *Enter your participant role here.* contributor gssoc-ext - [x] I have mentioned my participant role. --- #### Closes **Enter the issue number that will be closed through this PR.** *Closes: #issue-number* #203 - [x] I have provided the issue number. --- #### Describe the Add-ons or Changes You've Made **Give a clear description of what you have added or modified.** *Describe your changes here.* 1.added method for cracking password 2.added method for hashing password using hashlib 3.add functionality to calculate time for cracking password 4.min_length and max_length - [x] I have described my changes. --- #### Type of Change **Select the type of change:** - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Code style update (formatting, local variables) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update --- #### How Has This Been Tested? **Describe how your changes have been tested.** tested by providing inputs of length lesser than min_length, greater than max_length and between min and max - [x] I have described my testing process. --- #### Checklist **Please confirm the following:** - [x] My code follows the guidelines of this project. - [x] I have performed a self-review of my own code. - [x] I have commented my code, particularly wherever it was hard to understand. - [x] I have made corresponding changes to the documentation. - [x] My changes generate no new warnings. - [x] I have added things that prove my fix is effective or that my feature works. - [x] Any dependent changes have been merged and published in downstream modules.
β This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to join our community on Discord to discuss more! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Contributor
Denotes issues or PRs submitted by contributors to acknowledge their participation.
good first issue
Good for newcomers
gssoc-ext
hacktoberfest
level1
Status: Assigned
Indicates an issue has been assigned to a contributor.
π΄ Title :
Passworc cracking tool
π΄ Aim :
π΄ Brief Explanation :
Build a password cracker that utilizes brute force or dictionary attacks to crack password hashes
Screenshots π·
β To be Mentioned while taking the issue :
Happy Contributing π
All the best. Enjoy your open source journey ahead. π
The text was updated successfully, but these errors were encountered: