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