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