Password Cracking project
Posted: Mon Nov 07, 2016 8:08 am
I am using the password cracking project and it is taking forever to guess passwords like Test123. I am aslo wondering if i am putting the test your own password right
I put the password in password 1. Is that right? Also why is it taking so long?
Code: Select all
# This is a place for you to set a password of your own
password0 = "314"
# Set up the passwords we want to crack. These must be MD5 hash
# data blocks. Set them up using MD5me like:
# 'password1=MD5me("ScienceBuddies")'
#
password1="68eacb97d86f0c4621fa2b0e17cabd8c"I put the password in password 1. Is that right? Also why is it taking so long?