Test cases for AES implemented in Python. Can encrypt individual documents using AES encryption.
Prompts user to enter 'e' for encryption, and 'd' for encryption.
Users specifies which local file to encrypt.
'doc1' and 'doc2' are inputs for testing encryption.