AES-ECB-PY This is an implementation of the AES encryption algorithm in Python. It uses the ECB cipher (which is by far the weakest, but this is my first attempt at AES).