Skip to content

Commit

Permalink
Updated bad test password
Browse files Browse the repository at this point in the history
  • Loading branch information
arabenjamin committed Jun 28, 2020
1 parent 1158439 commit fbec7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def tearDownClass(cls):
def setUp(self):

self.secret = 'password@1234'
self.TARGET_HASH = sha1(self.secret).hexdigest().upper()
self.TARGET_HASH = sha1(self.secret+'salt').hexdigest().upper()
self.file_path = "test_passwords_sha1.txt"

""" get the target file size"""
Expand Down

0 comments on commit fbec7df

Please sign in to comment.