Question: Write a python program to answer which of the following passwords corresponds to the sha-1 checksum 0acf5519fc1c2da2bbdb7303c602569268d37a03 with the salt string a0q7. This means that
Write a python program to answer which of the following passwords corresponds to the sha-1 checksum 0acf5519fc1c2da2bbdb7303c602569268d37a03 with the salt string a0q7. This means that if the password was Freedom7, the string passed to sha1 would be a0q7Freedom7. salt = "a0q7" pass_hash = "0acf5519fc1c2da2bbdb7303c602569268d37a03" passwords = ['aardvarK7', 'platypU7', 'platypus', 'sea-otter-37', 'Mirounga33', 'Dugong!']
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
