/python-aes-192-and-xor-example

Python AES-192 and XOR Cipher Example

Primary LanguagePython

AES-192 with XOR cipher

This project is a working example of AES-192 encryption in Python.

Uses itertools and zip to achieve XOR operations.