Script based on Chris Rose's AES Encryption Tutorial. It is meant to be a clear implementation to help understanding the AES algorithm.
If you have an idea of how to make this code more readable, feel free to use a pull request. Remember: since the main target is teaching, it doesn't need performance improvements, security or an user interface.