Пример #1
0
 def _get_password(self):
     eng = AES.new(get_key(), AES.MODE_ECB)
     return eng.decrypt(unhexdigest(self._password.encode("ascii"))).strip(b"\0")