Skip to content

Commit d790f90

Browse files
Update numeric_password_cracker.py
Removing unnecessary comments.
1 parent af66d2e commit d790f90

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

numeric_password_cracker.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,3 @@ def password_cracker(target_password, max_length=8):
2828
else:
2929
print("Password not found. Try increasing the max_length or target a different password.")
3030

31-
32-
# Will have to make improvements, It lacks.
33-
# The upper length to test for permutations should be 10 digits of numbers.
34-
# Also, using the generator and ... permutations.
35-
# Somehow apply gpu's power also for cracking it.
36-
# Somehoe should ask for password input and then crack it.

0 commit comments

Comments
 (0)