Searched refs:_saltchars (Results 1 – 2 of 2) sorted by relevance
9 _saltchars = _string.ascii_letters + _string.digits + './' variable56 s += ''.join(_sr.choice(_saltchars) for char in range(method.salt_chars))
19 self.assertEqual(len(crypt._saltchars), 64)