Example #1
0
 def test_reproducible(self):
     hashed_passwd = hashing.hash_sha512s('Password1')
     verify_reproducible(self, 'Password1', hashed_passwd)
Example #2
0
 def test_reproducible(self):
     hashed_passwd = hashing.hash_sha512s('Password1')
     verify_reproducible(self, 'Password1', hashed_passwd)
Example #3
0
 def test_well_formed(self):
     verify_format(self, hashing.hash_sha512s('hunter2'))
Example #4
0
 def test_well_formed(self):
     verify_format(self, hashing.hash_sha512s('hunter2'))