Exemplo n.º 1
0
 def decrypt(self, message):
     box = AESCipher(self.session_key, 16)
     return str(box.decrypt(message))